You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to test this package using pytest but failed. The error I got is ModuleNotFoundError: No module named 'mdtraj.utils.six'
when running this line from mdtraj.utils.six import PY3 in the bgmol.tpl.hdf5 file.
This issue can be fixed by changing mdtraj.utils.six to the regular six library. I wonder why this issue happened, and was it because you have an internal version of mdtraj?
The text was updated successfully, but these errors were encountered:
Hi thank you for developing this library!
I was trying to test this package using
pytest
but failed. The error I got isModuleNotFoundError: No module named 'mdtraj.utils.six'
when running this line
from mdtraj.utils.six import PY3
in the bgmol.tpl.hdf5 file.This issue can be fixed by changing
mdtraj.utils.six
to the regularsix
library. I wonder why this issue happened, and was it because you have an internal version ofmdtraj
?The text was updated successfully, but these errors were encountered: