Closed nerdvegas closed 12 months ago
Hi @nerdvegas seems that you are running poetry 1.7.1 using the system python, IMO that would be fixed if you run apt install python3-requests-toolbelt
. But you can share the poetry config --list output for both version to do a better analysis. Thanks
poetry correctly lists requests-toolbelt in its dependencies, so the problem is at your end and cannot be fixed from this repository.
Confirmed issue my end, there was a poetry config virtualenvs.create false
in the mix. The install of my app ends up removing the requests_toolbelt
poetry dependency. Works fine with venv enabled.
then please close this
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
In poetry 1.7.0 I'm getting this trace:
With the exact same pyproject.toml/poetry.lock in the same repo, run using poetry v1.6.1, I don't get this error.
Relevant info extracted from pyproject:
The error occurs when I attempt to run pytest after "poetry install -E sqlite", although I don't think it's only in that case.