- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前使用的是 Debian GNU/Linux,并且预装了 python2.7 和 python3.5,所以我再次使用 make altinstall 安装了 python3.8。
现在我有两个版本的python3和python3.8。然后我使用 pip3 install tensorflow-gpu 安装了 tensorflow 模块,当我打开 python3.8 并尝试导入 tensorflow 时,它说找不到模块。
如果是这样,我该如何为 python3.8 安装模块?
最佳答案
https://docs.python.org/3/installing/index.html在这里提到如何安装相应的 python 库。
python2 -m pip install SomePackage # default Python 2
python2.7 -m pip install SomePackage # specifically Python 2.7
python3 -m pip install SomePackage # default Python 3
python3.8 -m pip install SomePackage # specifically Python 3.8
关于python - 使用 make altinstall 安装时如何安装 python 模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58603333/
我刚刚全新安装了 Linux Mint 17.3。它附带了 python 2.7 和 3.4。我通常使用多个版本的 python,因此我只需执行 altinstall,然后为每个项目使用所需版本的 p
这是我的案例: 我正在使用Ubuntu 10.04 (清醒山猫)。系统默认的Python是v2.6.5,但我需要Python v2.7。所以我从 python.org 下载了源代码并尝试安装它。 我第
我目前使用的是 Debian GNU/Linux,并且预装了 python2.7 和 python3.5,所以我再次使用 make altinstall 安装了 python3.8。 现在我有两个版本
我使用的是自动安装 python 2.4 的 redhat 5.8,但我使用的是需要 python 2.6 或更高版本的 python 包。所以,我安装了python 2.7和2.4,以免踩到系统版本
当使用 make altinstall 安装 Python 时,如何干净地删除它?我在 makefile 中没有找到 altuninstall 或类似的东西,这似乎也不是一个常见问题。 在这种情况下,
我正在安装 Python 2.7.5 的 RHEL7 上进行 Python 2.7.13 的替代安装。以下是我从源代码构建的方式: $ ./configure --prefix=/usr/local
当我使用 altinstall python 2.7.12 时 ./configure --prefix=/opt/python --enable-shared 它出现为 python 2.7.5(系
我最近将我的 CentOS6 服务器从 Python 2.6 更新到 2.7,只保留系统版本并使用 altinstall 方法。 # yum groupinstall "Development too
我是 linux 新手,请多多包涵。 我试图让 nodejs 在我的服务器上运行,但是因为默认的 python 版本是 2.3,而 nodejs 至少需要 2.4 才能安装,所以我已经完成了 pyth
我已经关注了这个tutorial另一方面用 python 3.4.4 覆盖 python2.7,它工作得很好。只有一件事是错误的。输入 python,仍然转到 python2.7,python3 转到
我是一名优秀的程序员,十分优秀!