Closed cosmoscalibur closed 6 years ago
When execute the second line of the example of README.md, the next error message appear:
README.md
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-1-3adfe1694c2e> in <module>() ----> 1 from solidspy import solids_GUI /usr/local/lib/python3.5/dist-packages/solidspy/__init__.py in <module>() 1 # -*- coding: utf-8 -*- ----> 2 from solids_GUI import solids_GUI 3 4 __all__ = ["assemutil", 5 "femutil", ImportError: No module named 'solids_GUI'
System information:
It seems to be a problem with Python 3. Could you try in a virtual environment using Python 2?
When execute the second line of the example of
README.md
, the next error message appear:System information: