-
Hello, I am trying to load a GROMACS trajectory on MDAnalysis but I keep encountering this error:
NotImplementedError Traceback (most recent call last) File ~/anaconda3/lib/python3.11/site-packages/MDAnalysis/topology/TPRParser.py:212, in TPRParser.parse(self, tpr_resid_from_one, **kwargs) File ~/anaconda3/lib/python3.11/site-packages/MDAnalysis/topology/tpr/utils.py:233, in read_tpxheader(data) File ~/anaconda3/lib/python3.11/site-packages/MDAnalysis/topology/tpr/utils.py:208, in fileVersion_err(fver) NotImplementedError: Your tpx version is 133, which this parser does not support, yet During handling of the above exception, another exception occurred: ValueError Traceback (most recent call last) File ~/anaconda3/lib/python3.11/site-packages/MDAnalysis/core/universe.py:356, in Universe.init(self, topology, all_coordinates, format, topology_format, transformations, guess_bonds, vdwradii, fudge_factor, lower_bound, in_memory, in_memory_step, *coordinates, **kwargs) File ~/anaconda3/lib/python3.11/site-packages/MDAnalysis/core/universe.py:125, in _topology_from_file_like(topology_file, topology_format, **kwargs) ValueError: Failed to construct topology from file nvt_3.tpr with parser <class 'MDAnalysis.topology.TPRParser.TPRParser'>. It is the first time I encounter this error. Do you have any idea what it might be? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
@horlust this should have been fixed by #4523, can you try a fresh install of |
Beta Was this translation helpful? Give feedback.
@horlust this should have been fixed by #4523, can you try a fresh install of
develop
?