-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hi,
I noticed this project a few years ago. I just cloned the codes and successfully installed on my computer. I tried to run system.py under sysml folder but I got error. I posed in following.
D:\Python38\Scripts\python.exe E:/WorkspaceCode/sysmlpy/sysml/system.py
Traceback (most recent call last):
File "E:/WorkspaceCode/sysmlpy/sysml/system.py", line 5, in
from sysml import *
File "", line 259, in load_module
File "D:\Python38\lib\site-packages\sysml-0.1.0-py3.8.egg\sysml_init_.py", line 1, in
from sysml.elements import *
ModuleNotFoundError: No module named 'sysml.elements'
Process finished with exit code 1
Would you mind to tell me how to solve it? Thank you very much.
BTW, my environment: Windows 10 Professional, Python 3.8 64-bit.
Best,
Zhentao Lu