Skip to content
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

bug with libarea (I suppose) on ubuntu 20.04 and 18.04 #29

Open
spiderdab opened this issue Sep 1, 2020 · 2 comments
Open

bug with libarea (I suppose) on ubuntu 20.04 and 18.04 #29

spiderdab opened this issue Sep 1, 2020 · 2 comments

Comments

@spiderdab
Copy link

Hi I've compiled everything with the latest version, but when I click on the "GO" button to process, a window appear with an error and the window closes.
The same error can be reproduced opening a python shell and trying to import area:

dab@pop-os:~$ python
Python 2.7.18rc1 (default, Apr  7 2020, 12:05:55) 
[GCC 9.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import area
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /lib/x86_64-linux-gnu/libboost_python38.so.1.71.0: undefined symbol: _Py_tracemalloc_config
>>> 

I really don't know how to solve that. Can you help me, please?

@andreygursky
Copy link

$ python
Python 2.7.18rc1
... libboost_python38.so

Since boost looks like to be compiled for python 3.8, you should test libarea running python3 interpreter instead of the default 2.7.x.

@spiderdab
Copy link
Author

Yes, i've tried, but python3 cannot find anything named area..
..and after all heekscad uses python 2, i think.. ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants