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?