-
Notifications
You must be signed in to change notification settings - Fork 46
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
undefined symbol on Debian 11 #205
Comments
Hi Robert, Maybe this has to do with the fact that the default version of Python in Debian Bullseye has been changed from 2.7 to 3.x ? @++; |
Hi Gauthier, BR Robert |
Hi Robert, Only one of the two version is the default version. It is not recommended to modify the system-wide default Python version since some of the system scripts depend of it. @++; |
Hi Gauthier! It looks like all this does not change anything. I found there is a new way of defining the standard python version in Bullseye. There are 4 packages available: python-is-python2, python-dev-is-python2 and the same with python3. Those packages only create symlinks to the actual python files of the corresponding version. The description also says that this is only for compatibility with programs not from the repo, as they don't provide packages depending on the python command without version number anymore. heekscad and heekscnc depend on python, which seems to be only provided by python-is-python2. One possible thing I found is that libboost-python1.74.0 is depending on python3. But this seems to be the case also for the ubuntu Groovy packages, and they still worked some months ago.
BR Robert |
Hi!
I compiled and installed heekscad and heekscnc on Debian 11 "Bullseye" (current testing branch). When trying to Post-Process (generate the gcode), I get the following error:
afterwards heekscad segfaults.
A similar error occurs with the packages from LP-PPA-neomilium-heekscnc-devel/groovy (and libboost-python1.71.0 downloaded from Ubuntu), but in this case the undefined symbol reported is _Py_tracemalloc_config
Is there a way to run heekscad and heekscnc on Debian 11?
BR
Robert
The text was updated successfully, but these errors were encountered: