gpt4 book ai didi

python - 使用 make altinstall 安装时如何安装 python 模块?

转载 作者:行者123 更新时间:2023-11-28 17:55:41 26 4
gpt4 key购买 nike

我目前使用的是 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/

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