-
-
Notifications
You must be signed in to change notification settings - Fork 65
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 build pyxcp with python3.12 on ubuntu 24.04 #169
Comments
The error message means
P.S.: I just fixed a last minute issue -- if you experience problems locating you Python installation, make shure to get the latest pyXCP version. |
Thanks. I overlooked the error message. However I got a new error while trying to install it.
Did I miss anything again? |
OK, there are still problems locating the Python link library. The unbound variable |
Hi, I still couldn't build it. Somehow CMake could not find python library. As a solution from my side, I have to use an older but stable version 0.21.10 |
@sff0219 Installing the dependencies discussed in the issue manually and installing the pyxcp package locally did the trick for me. |
One thing came to mind: Probably you are running a Python version without development libraries. You may verify this, if you run first find /usr -name "libpython*.so" and then find /usr -name "libpython*.a" the second one is important; an empy response means that the link librarary requirered for extension building is missing. |
I can't build
pyxcp
with python 3.12 on ubuntu 24.04. Got the following error:The text was updated successfully, but these errors were encountered: