Closed samwaseda closed 11 months ago
Which version of pympipool
and pylammpsmpi
are you using?
pympipool
is 0.7.1 (cluster version)
This looks pretty familiar to me; IIRC I had to add the path to certain source files being serialized to my PYTHONPATH
to get rid of it, but the better solution was just to upgrade pympipool
and it resolved itself!
And which version of pylammpsmpi
? I thought with the recent introduction of the lower bounds we fixed this issue.
Is there a way to check it without importing it? I cannot import pylammpsmpi
because of the error above.
conda list
says 0.2.2
Can you update to 0.2.9 or even better 0.2.12 ? With version 0.2.9 the lower bounds were introduced so the versions below are more prone to breaking.
raises