gpt4 book ai didi

tensorflow - 将 sudo pip 安装库更改为 anaconda

转载 作者:行者123 更新时间:2023-12-04 18:34:01 25 4
gpt4 key购买 nike

我的操作系统是 Ubuntu 14.04。我想在 anaconda2 中安装 TensorFlow,但我没有使用 root。我下载了anaconda2并安装在/usr/anaconda2 .我输入了以下命令:

sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
但在 /usr/anaconda2/bin/python ,我无法导入 TensorFlow。我发现 sudo pip在Ubuntu默认python2.7.6中安装TensorFlow,所以我尝试在没有sudo的情况下安装它,但是:
running build_scripts
creating build/scripts.linux-x86_64-2.7
Creating build/scripts.linux-x86_64-2.7/f2py
adding 'build/scripts.linux-x86_64-2.7/f2py' to scripts
changing mode of build/scripts.linux-x86_64-2.7/f2py from 664 to 775
running install_lib
creating /usr/anaconda2/pkgs/lib
error: could not create '/usr/anaconda2/pkgs/lib': Permission denied

----------------------------------------


Command "/home/ds/.conda/envs/tensorflow_env/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-THK_wR/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-znMmTV-record/install-record.txt --single-version-externally-managed --compile --prefix=/usr/anaconda2/pkgs" failed with error code 1 in /tmp/pip-build-THK_wR/numpy/
我没有权限在 /usr/anaconda2 中写入文件.我应该怎么办?

最佳答案

Anaconda 带有自己的包管理器,称为 conda , 在 Anaconda 环境而不是默认安装包 python
conda update condaconda install <package name>
在你的情况下:conda install -c conda-forge tensor flow
或者您可以先添加 channel :conda config --add channels conda-forge
然后通过以下方式安装:conda install tensorflow

关于tensorflow - 将 sudo pip 安装库更改为 anaconda,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41159608/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com