-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot install libscrc on Python 3.10 on MacOS #10
Comments
I was able to clone this repo to build + install libscrc 1.8 on my python 3.10.3's version of python, so I think this might just be a pip distribution issue. |
I get the exact same error when using the python:3.10-alpine docker image:
|
I fixed it as soon as possible. |
Please try again. |
Pls try again. |
Python 3.10 (or 3.9) using Docker container with Alpine (or Debian buster) - Failed: Pythonr 3.10 using MacOS 12.5 - It's okay:
|
Sorry. No gcc was installed. Below is a snippet of output after installing gcc. Docker container python:3.10-buster was used. When using the python:3.10-alpine3.15 image, the result is exactly the same.
|
OK, I'll try my best to solve it. Thank u for ur feedback. |
I'm also unable to install libscrc 1.8 with a similar error message about In case it helps, I've uploaded the full output with errors that I'm seeing to a gist here: https://gist.github.com/cquick01/bd182c57ae203cf79da5a82c2209cf5a |
Same error on Ubuntu 22.04 and Python 3.10.6 |
Same error on Termux on Android 9 and Python 3.10.6 $ pip install git+https://github.com/hex-in/libscrc.git It worked this way for me! |
Pls try again. |
Now it's okay! Thank you so much! |
I'm confirm, now it's ok! |
a build for
|
I'm trying to use this with Pyscript but because 3.11 does not have wheels I cannot use it. |
On MacOS, running python 3.10,
pip install libscrc
returns the following error:I have to downgrade to python 3.8 to install libscrc, but works fine on 3.10 on Ubuntu.
The text was updated successfully, but these errors were encountered: