【发布时间】:2020-12-29 05:31:38
【问题描述】:
我正在尝试运行命令
pipenv install python==3.7.9
并得到以下错误。当我跑步时
which python
显示“/Users/Micky/opt/anaconda3/bin/python”,版本为3.7.9。
谁能告诉我怎么做?
Micky-MBP:sportanalitica Micky$ pipenv install python==3.7.9
Installing python==3.7.9...
Error: An error occurred while installing python==3.7.9!
Error text:
ERROR: Could not find a version that satisfies the requirement python==3.7.9
ERROR: No matching distribution found for python==3.7.9
✘ Installation Failed
【问题讨论】:
-
您好,它显示了相同的 Python 3.7.9 并且 python3 指向 /Users/Micky/opt/anaconda3/bin/python
-
没有帮助 - 尝试使用我的 mac 上的 3.7.9 版本