gpt4 book ai didi

python - 为什么我不能在 Ubuntu 16.04 上使用 pip 安装 numpy 包?

转载 作者:行者123 更新时间:2023-12-04 08:12:23 29 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Installing pip is not working in python < 3.6

(3 个回答)


7 个月前关闭。




我试图用 python3 安装 numpy 包(python --version 返回 Python 3.5.2),但它不起作用。有人可以帮我解决这个问题吗?当我使用命令时

pip install numpy
,终端返回给我
Traceback (most recent call last):
File "/home/fabricio/.local/bin/pip", line 7, in <module>
from pip._internal.cli.main import main
File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line 60
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax
我试过使用 Python2.7 安装,但它是 dreprecation

最佳答案

你有一个使用 f 字符串的 pip 版本,例如 f"ERROR: {exc}" ,即使 f-strings were not introduced until Python 3.6 .此外,recent versions of NumPy support Python 3.7 and above .
尝试安装更新版本的 Python3,激活虚拟环境,然后安装 python3 -m pip install numpy .
Python 3.5 也是 EOL as of 2020-09-30 .

关于python - 为什么我不能在 Ubuntu 16.04 上使用 pip 安装 numpy 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65888892/

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