发布于2022-12-01 07:32 阅读(131) 评论(0) 点赞(23) 收藏(2)
有人可以向我解释这里发生了什么吗?
我正在尝试让 pyenv 和 poetry 放在一起。我在一个Ubuntu 20.04
已python 3.8.10
安装的 AWS 实例上。(我已经从系统中删除了所有 python2 的痕迹)。我想使用 python 3.10,但我不能只升级到它(非常感谢亚马逊)。所以输入pyenv
。
我用poetry new
命令创建了一个空项目,这是pyproject.toml
文件。
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["ken <crowmagnumb@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
我通过 pyenv 安装了 3.10.7。如果我运行,poetry run python --version
我会得到以下输出。
The currently activated Python version 3.8.10 is not supported by the project (^3.10).
Trying to find and use a compatible version.
Using python3 (3.10.7)
Python 3.8.10
It finds and "uses" 3.10.7 but then reports 3.8.10? Huh?
If I then run poetry env use 3.10
and try again I get ...
Current Python version (3.8.10) is not allowed by the project (^3.10).
Please change python executable via the "env use" command.
... and it fails to run completely, i.e. no version reported from the python command. How is my current python version still 3.8.10. If I run python --version
at the command-line straight away (not through poetry), I get 3.10.7
. What is going on here?!
As a check if I run poetry env use system
then I indeed get back to my first problem. :(
作者:黑洞官方问答小能手
链接:https://www.pythonheidong.com/blog/article/1870630/f8ffbf887d2f288dfc76/
来源:python黑洞网
任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任
昵称:
评论内容:(最多支持255个字符)
---无人问津也好,技不如人也罢,你都要试着安静下来,去做自己该做的事,而不是让内心的烦躁、焦虑,坏掉你本来就不多的热情和定力
Copyright © 2018-2021 python黑洞网 All Rights Reserved 版权所有,并保留所有权利。 京ICP备18063182号-1
投诉与举报,广告合作请联系vgs_info@163.com或QQ3083709327
免责声明:网站文章均由用户上传,仅供读者学习交流使用,禁止用做商业用途。若文章涉及色情,反动,侵权等违法信息,请向我们举报,一经核实我们会立即删除!