-
How can I fix this issue? May you please help me to fix this issue as I'm still newbie to Poetry? log
pyproject.toml [tool.poetry.dependencies]
python = "^3.9"
SQLAlchemy = {extras = ["asyncio"], version = "^1.4.29"}
python-dotenv = "^0.19.2"
pydantic = {extras = ["email"], version = "^1.9.0"}
alembic = "^1.7.5"
asyncpg = "^0.25.0"
fastapi-users = {extras = ["sqlalchemy2"], version = "^9.2.0"} Installed pyenv by following the official docs then installed some python versions:
|
Beta Was this translation helpful? Give feedback.
Answered by
mbnoimi
Jul 21, 2022
Replies: 2 comments
-
This issue doesn't occur with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mbnoimi
-
What is the "currently activated Python version: from poetry's point of view? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue doesn't occur with
venv
so I droppedpyenv
for good.