-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
pip issues using 3.7.6 build #30
Comments
Is this a regression? |
Not sure by that but what I did is download the latest from https://github.com/indygreg/python-build-standalone/releases/tag/20200216, extract the contents and run Specifically, I used cpython-3.7.6-linux64-musl-20200216T2355.tar.zst. |
Are you running the FWIW lots of code in Python assumes Python is built in a very specific way and that a |
Yes I am using the
Not sure what specific library is being loaded but I'll see if I can trace that. |
Thanks for the stack trace. This code looks very similar to other code I'm having to patch to work around Oh, the bugs you find when you are building Python differently from the rest of the world... |
Glad to share. But going to back to first command execution:
Any idea why that |
This should work around astral-sh/python-build-standalone#30.
Thank you for the fast release, I can confirm that it now works. Any thoughts on my last question though? |
Upon inspection of the |
Initial tests with the python interpreter looks OK but for some reason, pip doesn't seem to work:
I'm not sure why the absolute path of I suppose the original build location is referenced.
The text was updated successfully, but these errors were encountered: