-
Notifications
You must be signed in to change notification settings - Fork 74.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot remove entries from nonexistent #622
Comments
The solution is posted here It is for tensorflow 0.5.0 but still works with version 0.6.0 |
Hi, I followed the solution in the provided linking by downloading .whl file manually ( https://storage.googleapis.com/tensorflow/mac/tensorflow-0.6.0-py2-none-any.whl ) and run $pip install tensorflow-0.6.0-py2-none-any.whl. And install the latest tensorflow by $ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.6.0-cp27-none-linux_x86_64.whl However, the issue still comes out: Could you please give more detailed solution when you solved the 'nonexistent' issue? Thanks a lot! |
Hi It works for me (in Mac OS 10.11). Hope it helps http://vinhdq.blogspot.com/2015/12/installing-tensorflow-on-mac-os-1011.html http://vinhdq.blogspot.com/2015/12/installing-tensorflow-on-mac-os-1011.html Vinh DANG
|
I actually have installed Tensorflow 0.6.0 successfully on Ubuntu 14.04. |
Hi How did you install tensor flow? I faced a same problem when I installed with pip, but after I created a totally new environment there is no issue. Vinh DANG
|
Hi, I installed the tensorflow on Ubuntu 14.04 as following: $ conda install virtualenv Then I updated to the 0.6.0 version. Although there is still the nonexistent issue, I tested the tensorflow successfully on MNIST demo. I think the issue is just somehow a warning that may not affect the use of tensorflow at present. However, it's better to solve it. |
Why do you need to install version 0.5.0 then upgrade. Maybe it’s better to install 0.6.0 directly? — Vinh DANG
|
Hi, |
Well I have no idea about Ubuntu environment. However, I could suggest you try (nothing to lose LOL):
Vinh DANG
|
See here: pypa/pip#2751. |
@osdf - yeah I hit this too. Used the following to solve it when using conda (after I already successfully installed using the ubuntu pip directly) so that I had iPython notebook (Jupyter) installed. List conda environments Enable a conda environment.. check python..
.. got the error above, so added the --ignore-installed flag per pypa/pip#2751
.. everything was successful..
.. success and back in business! |
Thanks @frankcarey for posting your workaround. |
Had same error with Python 3.4 version, solution by @frankcarey worked, thanks! |
@frankcarey
|
@kli-nlpr Did you figure out the GLIBC_2.14 problem? |
@StevenHuang4321 |
Since our server use Centos 6, it is not possible for me to change to On Tue, Mar 8, 2016 at 5:28 PM, Kai Li notifications@github.com wrote:
|
@StevenHuang4321 In fact I encounter a lot of problem when I use centos6 while doing deep learning research. |
Our system is CentOS 6.7, but it seems that only CentOS 7 supprot glib_2.14 Apparently, CentOS is not a good linux distribution to do develop and I already suggest my advisor to migrate our server from CentOS6.7 to Ubuntu On Tue, Mar 8, 2016 at 5:41 PM, Kai Li notifications@github.com wrote:
|
solution works, thanks! |
Another solution
|
Observed on Ubuntu 15.10 Server in Anaconda 4.0.0 with python 3.4, tensorflow-0.7.1-cp34-none-linux_x86_64.whl GPU. Downloading and installing from local file works! |
@osdf |
Both solutions worked for me: pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp27-none-linux_x86_64.whl pip install --upgrade -I setuptools
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.10.0rc0-py3-none-any.whl
sudo pip3 install --upgrade $TF_BINARY_URL
sudo python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/protobuf-3.0.0b2.post2-cp35-none-any.whl |
just as a comment...I accidentally downloaded the MAC version in linux because the |
1.download ez_setup.py |
Hello everyone
I am using Anaconda on Mac OS 10.11
I created a new environment with anaconda
Then tried to install tensorflow
but I faced an error
How could I install tensorflow with anaconda python 2.7?
Btw, I have CUDA 3.0 (Nvidia 750M) with my Macbook? How could I utilize its power other than running only on CPU mode?
Thanks,
The text was updated successfully, but these errors were encountered: