joseph pareti writes:
> thanks for the hint, virtualenv looks like an interesting option, however
> in my case I need to rely on several components that are already installed
> in the VM in Azure, including tensorflow, etc.
> If I use virtualenv, do I need to start from scratch?
"virtualenv" has
On Sun, May 6, 2018 at 1:22 AM joseph pareti wrote:
> thanks for the hint, virtualenv looks like an interesting option, however
> in my case I need to rely on several components that are already installed
> in the VM in Azure, including tensorflow, etc.
> If I use virtualenv, do I need to start
thanks for the hint, virtualenv looks like an interesting option, however
in my case I need to rely on several components that are already installed
in the VM in Azure, including tensorflow, etc.
If I use virtualenv, do I need to start from scratch?
In addition, I am not sure this will solve my p
joseph pareti writes:
> thank you for the advice: depending on the value of PYTHONPATH (version
> 2.7, 3.5, or unset), tensorflow stops with 3 different error traps
"PYTHONPATH" usually is used when you have private Python modules
not installed at the standard place. Nowadays, you can use
a so ca
thank you for the advice: depending on the value of PYTHONPATH (version
2.7, 3.5, or unset), tensorflow stops with 3 different error traps
2018-05-04 7:55 GMT+02:00 dieter :
> Chris Angelico writes:
> > ...
> > Somewhere, you have a mismatch of versions. Make sure you're using the
> > same Pytho
Chris Angelico writes:
> ...
> Somewhere, you have a mismatch of versions. Make sure you're using the
> same Python version for everything. You have some Python 2.7 messing
> up your 3.5.
I have had similar problems. In my case, an active "PYTHONPATH" envvar
was responsible -- "unset"ting this en
On Fri, May 4, 2018 at 6:10 AM, joseph pareti wrote:
> please excuse my full python ignorance, however if I set PYTHONPTAH as shown
> below, then the results are quite different than before:
>
> $ echo $PYTHONPATH
> /backupdata/anaconda/lib/python2.7/
> $ python tf_train_pressure.py
> Fatal Python
cript 'manta_genSimData.py'
> > Traceback (most recent call last):
> >
> > skipping some details
> >
> > ...
> > File "/anaconda/lib/python2.7/weakref.py", line 14, in
> > from _weakref import (
> > *ImportError: cannot import n
> Traceback (most recent call last):
>
> skipping some details
>
> ...
> File "/anaconda/lib/python2.7/weakref.py", line 14, in
> from _weakref import (
> *ImportError: cannot import name _remove_dead_weakref*
> Script finished.
Somehow, the details you'
akref.py", line 14, in
from _weakref import (
*ImportError: cannot import name _remove_dead_weakref*
Script finished.
--
https://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo