找不到满足python dotenv要求的版本(来自版本:none)



我目前正在研究MAC,并为我想要安装库的项目创建了一个新的虚拟环境-python dotenv,但出现了以下错误。需要注意的是,venv上的python版本是python 3.8.9。在这个市场上,我有3个包裹,截至目前-

pip        21.1.2
setuptools 57.0.0
wheel      0.36.2 

有人能帮我解决以下错误吗?这些错误是我在运行命令pip-install-python-dotenv后得到的?

ERROR: Could not find a version that satisfies the requirement python-dotenv (from versions: none)
ERROR: No matching distribution found for python-dotenv

对于Mac用户来说,"pip-install-python-dotenv"是对我有效的,而不是"pip-ininstall-dotenv">

尝试安装dotenv:

pip安装dotenv

相关内容

最新更新