我有一个装有 rocky linux 9.4 的 vds,它使用 python 版本 3.9,并且无法更新它(某种程度上)
我从Github下载了一个用Python 3.11编写的项目,尝试一下poetry install并得到
The currently activated Python version 3.9.18 is not supported by the project (^3.11).
Trying to find and use a compatible version.
Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command.
- 为什么诗歌不能在 venv 中安装 python 3.11?
- 如何使项目整合并发挥作用?
