-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
Error installing with pip : error: metadata-generation-failed #226
Comments
Hello @DamienKoala, Thank you for bringing this issue to our attention. I suspect the problem may be related to the Python version. I haven't had the opportunity to test it with Python 3.12 yet. However, it should function correctly with Python versions 3.7, 3.8, 3.9, and 3.10. If you have any further questions or need assistance, please feel free to reach out. |
Well, I tried with python3.10 and a have the same error when installing... numpy ! |
Hi, The following message appears :
and It seems to be a setup.py problem : The solution should be with new package format (file.toml) : Regards, |
Thank you very much @DamienKoala , i need to check this when I have time. |
Building from source in a venv has also trouble : doesn't find opencv (i've install ine that venv CV with
|
@DamienKoala can you try again? i just generated a new version of the pybgs and it was tested successfully on Python 3.8, 3.9, 3.10, 3.11 and 3.12 My script below:
It should install the latest version (pybgs-3.3.0.post2) Outputs below:
|
Hello,
Describe the bug
On a RPI, I'am trying to install pybgs with pip3 install pybgs==3.1.0.post0
The follow error message appears :
I'have install libffi-dev as suggest here.
To Reproduce
pip3 command as above
System information
Python3.12
Operating System: Raspbian GNU/Linux 10 (buster)
Additional context
It works on my Mint 19 and Python3.7... really no idea
Thanks for reading me !
Damien
The text was updated successfully, but these errors were encountered: