Tensorflow似乎需要特殊版本的工具和库。Pip仅负责python版本。
要以专业的方式处理此问题(意味着它为我和其他人节省了Tremendos的时间),您必须为每个这样的软件设置一个特殊的环境。
为此,conda是一种高级工具。
我使用以下命令安装了Tensorflow:
sudo apt安装python3
sudo update-alternatives --install / usr / bin / python python / usr / bin / python3 1
sudo apt安装python3-pip
须藤apt-get install curl
卷曲https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh > Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-最新-Linux-x86_64.sh
是
来源〜/ .bashrc
纳米.bashrc
conda创建--name your_name python = 3
conda激活your_name
conda安装-c conda-forge tensorflow
python -c“将tensorflow导入为tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000,1000])))”“
PS:一些可能有助于conda搜索tensorflow的命令
https://www.tensorflow.org/install/pip
使用virtualenv。康达更胜任。迷你主义者就足够了;不需要完整的conda