Closed msisched closed 5 years ago
Hey,
it looks like you've used inconsistent python versions during build and execution.
Make sure that
setup.py build_ext ...
stuff and basic_test.py
are executed with same interpreter version (python vs python2 vs python3).
Thank you!
while i am running the model_main.py file for my training purpose , i get the following error:
Traceback (most recent call last):
File "model_main.py", line 26, in
I'm trying to run basic_test.py and I get the error:
Traceback (most recent call last): File "basic_test.py", line 18, in
from pysimgrid import simdag
File "/pysimgrid-master/pysimgrid/init.py", line 19, in
from . import csimdag
ImportError: /pysimgrid-master/pysimgrid/csimdag.so: undefined symbol: _Py_ZeroStruct
Could you help me? Thank you!!