Platec ImportError

93 views
Skip to first unread message

Jon Martin

unread,
May 10, 2017, 5:47:50 PM5/10/17
to worldengine
Just discovered Worldengine and it seems like an amazing tool for my worldbuilding hobby. Thanks for all the work you have done so far! 


I got it up and running on one machine, but on my main workstation I run into problems. It installs without any trouble, but when running it, I get the following error:
$ worldengine world -s 1 -n seed1
Traceback (most recent call last):
 
File "/home/jm/anaconda3/bin/worldengine", line 7, in <module>
   
from worldengine.cli.main import main
 
File "/home/jm/anaconda3/lib/python3.6/site-packages/worldengine/cli/main.py", line 11, in <module>
   
from worldengine.plates import world_gen, generate_plates_simulation
 
File "/home/jm/anaconda3/lib/python3.6/site-packages/worldengine/plates.py", line 4, in <module>
   
import platec
ImportError: /home/jm/anaconda3/lib/python3.6/site-packages/platec.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTVNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE


System: Linux Mint 18.1 64 bit, with Anaconda3-4.3.1, g++,  python-all-dev added to get the install to finish. I have tried both a physical machine and a fresh vm install.

Any idea what might be causing this error and how to rectify it?

Cheers,
Jon

Jon Martin

unread,
May 10, 2017, 7:00:23 PM5/10/17
to worldengine
Have also tried the venv method and a fresh ubuntu vm installation, all with the same error message.

Reply all
Reply to author
Forward
0 new messages