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
Yes, I've double check membrane_curvature is installed. When re-typing pip install membrane_curvature I get all 'requirement already satisfied'.
When I type python3 -c 'import membrane_curvature' I get
(membrane-curvature) [pleskot@ngs membrane_curvature]$ python3 -c 'import membrane_curvature'
MDAnalysis : INFO MDAnalysis 2.7.0 STARTED logging to 'MDAnalysis.log'
MDAnalysis : INFO MDAnalysis 2.7.0 STARTED logging to 'MDAnalysis.log'
MDAnalysis : INFO MDAnalysis 2.7.0 STARTED logging to 'MDAnalysis.log'
However this is not the case when having from membrane_curvature.base import MembraneCurvature inside of the .py script
Hi everyone,
I'm trying to run membrane-curvature using the example script and getting following error:
ModuleNotFoundError: No module named 'membrane_curvature.base'; 'membrane_curvature' is not a package
Any ideas how to solve that? The tool was previously installed using pip, without any errors.
Thanks for your help.
The text was updated successfully, but these errors were encountered: