Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem to start Intermol #381

Open
kleflick opened this issue Jan 12, 2022 · 1 comment
Open

Problem to start Intermol #381

kleflick opened this issue Jan 12, 2022 · 1 comment

Comments

@kleflick
Copy link

Hi, after installation of InterMol I get the error: No module named intermol when I try to start convert.py with python convert.py -h but also when I try to start the tests.
Do you have some hints for me?
Thank you
Klemens

@Bellsthescientist
Copy link

"No Module" means that you don't have it installed. What I found best to avoid all errors is to create a conda environment. You need Python 3.8. So in your Conda environment you can install/call your Python 3.8, install NUMPY, and PARMED (parmED needs Python 3.8 to run properly), and also you need to install the setup.py from Intermol into your conda environment. Even if you have Intermol downloaded etc. you need all the necessary files in the file where you have your convert.py file and you need Intermol to be set up as a module in your Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants