You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you seem to be installing both poetry and your project system-wide rather than in any virtual environment
installing your project in the same environment as poetry is definitely a bad idea: if the project requirements overlap poetry's own requirements then installation will cause poetry to change packages while it is using them
This is indeed Poetry pulling the rug out from under itself as you have asked it to do so; please isolate Poetry from the project being installed so this does not happen.
Poetry version: 1.3.2
Python version: 3.9
OS version and name: Python3.9 official image
[ * ] I am on the latest stable Poetry version, installed using a recommended method.
[ * ] I have searched the issues of this repo and believe that this is not a duplicate.
[ * ] I have consulted the FAQ and blog for any relevant entries or release notes.
[ * ] If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option) and have included the output below.Issue
I'm having an intermittent error while installing a package using poetry in a standard/official Python3.9 image in a gitlab-ci job.
The text was updated successfully, but these errors were encountered: