Trouble running the test #4420
-
hi @RMeli |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
H @nataliyah123, this is unfortunately not enough information to help you with this issue. Which version of Python are you using? How did you install Python and MDAnalysis? If you installed MDAnalysis and see you have version |
Beta Was this translation helpful? Give feedback.
-
Just trying to folllow the tutorial step by step msmb_theme library applies slight modifications to the sphinx_rtd_theme. |
Beta Was this translation helpful? Give feedback.
-
here is further info about this closed issue. just in case if someone else runs into this issue. |
Beta Was this translation helpful? Give feedback.
H @nataliyah123, this is unfortunately not enough information to help you with this issue. Which version of Python are you using? How did you install Python and MDAnalysis?
If you installed MDAnalysis and see you have version
2.8.0.dev0
and haveModuleNotFoundError: No module named 'MDAnalysis'
errors when runningpytest
, the first thing that comes to mind is thatpytest
is not not running with the same interpreter you used to install MDAnalysis. I'd usepython -m pytest ...
to runpytest
(you can check ifpython
links to the right interpreter withwhich python
).