Please help me with this error
I have installed the tensorflow module on my server and below is it's information
15IT60R19@cpusrv-gpu-109:~$ pip show tensorflow
Name: tensorflow
Version: 1.0.0
Summary: TensorFlow helps the tensors flow
Home-page: http://tensorflow.org/
Author: …
I'm trying to uninstall all django packages in my superuser environment to ensure that all my webapp dependencies are installed to my virtualenv.
sudo su
sudo pip freeze | grep -E '^django-' | xargs pip -q uninstall
But pip wants to …
I saw the same question but it didn't work for me.
pip install PyOpenGL.3.1.1-cp34-cp34m-win_amd64.whl
also I have the same problem for Numpy
pip install numpy-1.11.1+mkl-cp34-cp34m-win_amd64.whl
Then I get:
numpy-1.11.1+mkl-cp34…