


See the downloads page for currently supported versions of Python.
Windows ubuntu python 3.6 series#
Numpy 1.14.Note: The release you are looking at is Python 3.6.9, a security bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. I do have several packages that are from conda-forge :-(Ĭaffe2-cuda9.0-cudnn7 0.8.dev p圓6h97851c3_0 caffe2 What do I do to get of gcc -version is indeed 5.4.0: Site-packages now contain a directory called caffe2Īnd workspace.py exists now in ~/anaconda3/envs/caffe36/lib/python3.6/site-packages/caffe2/pythonįrom caffe2.proto import caffe2_pb2 is also successful Error: /home/sam/anaconda3/envs/caffe36/lib/python3.6/site-packages/caffe2/python/././././libcaffe2.so: undefined symbol: _ZN6google15SetUsageMessageERKNSt7_cxx1112basic_stringIcSt11char_traitsIcESaIcEEE WARNING:root:Debug message: libnccl.so.2: cannot open shared object file: No such file or directoryĬRITICAL:root:Cannot load caffe2.python. WARNING:root:This caffe2 python run does not have GPU support. Opening python cli and following some basic commands from the tutorial notebook as:įrom caffe2.python import core, workspace Result of python -c 'from caffe2 import workspace' 2>/dev/null & echo "Success" || echo "Failure" Result of python -c 'from caffe2.python import workspace' 2>/dev/null & echo "Success" || echo "Failure" Result of python -c 'from caffe2 import core' 2>/dev/null & echo "Success" || echo "Failure" Result of python -c 'from caffe2.python import core' 2>/dev/null & echo "Success" || echo "Failure" It downgraded opencv from version 3.4.1 to 3.3.1 though
Windows ubuntu python 3.6 install#
home/sam/anaconda3/envs/caffe36/lib/python3.6/site-packages/caffe2-0.8.2-p圓.6-linux-x86_64.eggĬonda install -c caffe2 caffe2-cuda9.0-cudnn7 successfull Error: /home/sam/anaconda3/envs/caffe36/lib/python3.6/site-packages/caffe2-0.8.2-p圓.6-linux-x86_64.egg/caffe2/python/caffe2_pybind11_state.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN6google15SetUsageMessageERKNSt7_cxx1112basic_stringIcSt11char_traitsIcESaIcEEE What do I need to do so that caffe2.python gets loaded (module '2_pybind11_state' is found) Error: No module named '2_pybind11_state'

Now python -c 'from caffe2.python import core' 2>/dev/null & echo "Success" || echo "Failure"ĬRITICAL:root:Cannot load caffe2.python.
