-
Notifications
You must be signed in to change notification settings - Fork 9
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
Install with pip not working with Alpine Linux #16
Comments
Olá Roberto! That's unfortunate. Am I right to assume tha you are on a 32 bit system? Or maybe you are on a 64 bit system but your Python is for a 32 bit system as it was the case in this issue? Unfortunately, we are only able to provide 64 bit binaries right now. But I think it should be possible to fallback to a slower implementation for non 64 bit systems. I will look into that on Monday. |
Can you run |
I have the same issue. I have windows 64-bit
I get the following error message:
when I run the command you posted
I get the following:
Edit: It seems my Windows is 64 bits, but my Python is 32 bits. I will try to uninstall 32 bit python and reinstall 64 bit Python |
Yep, that's it. That worked for this user, too |
Hello @cburgdorf , thanks a lot for the answer! When I ran the Maybe it's something in Alpine. Because I tested the installation with the python:3.7 (Ubuntu) and it worked. |
@robertonscjr yes, looks like you are on a 64 bit system but there are problems with support for Alpine. I found a related issue in the maturin issue tracker: PyO3/maturin#154 |
This indicates you have Python 32 bit installed on a win64 bit system.
…On Mon, Oct 12, 2020, 18:58 Jonney ***@***.***> wrote:
On another windows, I got this.
[image: F19C3CDB-6669-4AF8-89AA-D57D9F8AD447]
<https://user-images.githubusercontent.com/603073/95776724-77b8fe80-0cf7-11eb-801c-28ee7e17239d.jpeg>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD7HFLP4ELAD5CMDL2ZUKLSKM7SZANCNFSM4RSISEJQ>
.
|
No, I'm quite sure it's Python 64-bit and win64. |
Ah, good catch! Supporting Python 3.9 should be as easy as adding it here (and then cutting a new release) rusty-rlp/.github/workflows/main.yml Line 45 in 41af020
|
When I try to install the rusty-rlp library on an Alpine Linux, the following error happens:
I need it to install web3py and pip workflow hangs exactly on this lib. Is there any way to install it manually?
Thanks!!!!
The text was updated successfully, but these errors were encountered: