当我运行时:
pip3 install django==3.0.5
Run Code Online (Sandbox Code Playgroud)
我收到错误
ERROR: Could not find a version that satisfies the requirement django==3.0.5 (from versions: 1.1.3, ... 2.2.11, 2.2.12) ERROR: No matching distribution found for django==3.0.4
Run Code Online (Sandbox Code Playgroud)
我需要在某处更新一些参考资料,但我不确定如何更新。请帮忙。
如评论中所述,Django 3.x仅适用于 Python 3.6 或更高版本。如果您尝试在使用旧版本 Python 时安装 Django 3(例如,在 OP 的情况下为 Python 3.5),pip 将无法找到匹配的包。
解决方案是简单地升级到更现代的 Python 版本。
| 归档时间: |
|
| 查看次数: |
4539 次 |
| 最近记录: |