-
Notifications
You must be signed in to change notification settings - Fork 48
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
Upgrade problems 20.04 #432
Comments
Hi, I'm old time user of heekscad/cam, and I'm trying to compile latest version on pop os (ubuntu 20.04) and on ubuntu 18.04, but I've the same problem mentioned above:
I've reproduced the error calling the import statement in python, but it happens in the software after clicking on the "GO" button to process the paths. |
This is Python related issue, libboost Python component was compiled against Python 3.8 while Opencam, Libarea were compiled against Python 2.X. A fix for this is to uninstall libboost headers and to compile it for Python 2.X. I tried to compile everything against Python 3.X for avoiding the "undefined symbol" errors but then a got a lot of syntax errors, probably due Python 2 / 3 incompatibilities. A permanent fix would be to rewrite HeeksCad / HeeksCNC for being fully compatible with Python 3. |
I have created a fork which has been updated for Python 3. See https://github.com/bullestock/heekscad/ |
Do OpenCam and Libarea need to be compiled against Python 3 for using HeeksCNC? |
I upgrade to 20.04 and I am getting an error with libboost.
I have removed and reinstalled twice removed a couple of times removed other troublesome packages but I still get the same error. After I upgraded I have a number of double packages and I stil see kubuntu flash screens even though I upgraded to standard gnome.
The text was updated successfully, but these errors were encountered: