Hello I installed the pyrosetta 4 for windows but it display the error “undefined symbol: _Py_ZeroStruct” what should I do to fix it?
Executing test/Workshop9test.py…
export PYTHONPATH=`pwd` && unset __PYVENV_LAUNCHER__ && ulimit -t 512 && /usr/bin/python3 test/Workshop9test.py
Traceback (most recent call last):
File “test/Workshop9test.py”, line 6, in <module>
import pyrosetta
File “/mnt/d/users/pyrosetta/pyrosetta/__init__.py”, line 15, in <module>
import pyrosetta.rosetta as rosetta
ImportError: /mnt/d/users/pyrosetta/pyrosetta/rosetta.so: undefined symbol: _Py_ZeroStruct