-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry downgrade breaking Python on p3.9/n12 #36
Comments
Hi @ericboucher 👋 I cant seem to reproduce the issue. Are you doing something special with
|
Hi @nikolaik, actually we realized that the issue happened after downgrading poetry. But don't understand why that would be happening. So to replicate, simply run the following command in the docker:
We found a workaround, or rather just decided to up to 1.1.11, but are curious about what could be causing the issue. And prevent it from happening again in the future :) |
I'll close this for now, even though we never got to the root cause of your issue. If it pops up again in the future we can investigate further. |
Hi @nikolaik!
First, thanks a lot for creating this super useful docker!
We use it in our CI and for some reason, it started failing since the last image update with the following error:
python: error while loading shared libraries: libpython3.9.so.1.0: cannot open shared object file: No such file or directory
We did not see any apparent changes in your latest image so we are a bit confused as too what might be happening...
Steps to reproduce:
Run
docker run --rm -it --entrypoint bash nikolaik/python-nodejs:python3.9-nodejs12
Run
python
-> the error appears.cc @laurentS
The text was updated successfully, but these errors were encountered: