-
Notifications
You must be signed in to change notification settings - Fork 42
Cannot run _insane_ due to a ModuleNotFoundError #100
Description
Hello,
I am having the following issue with the tutorial command:
./insane -l POPC -d 10 -dz 7 -sol W -o bilayer.gro -p topol.top
I get this error:
File "./insane/main.py", line 3, in
File "", line 259, in load_module
File "./insane/insane/init.py", line 37, in
ModuleNotFoundError: No module named 'core'I tried pip install core, but was unsuccessful.
ERROR: Could not find a version that satisfies the requirement core (from versions: none)
ERROR: No matching distribution found for coreIs there any way to successfully run insane?
Thank you.
Originally posted by @PaulMac12 in #69
Hi @PaulMac12, I broke out your comment because I think it is best treated as its own issue.
I suspect that if you install the very latest insane as follows
pip install git+https://github.com/tsjerk/insaneyou will have a much better time.
This will install insane such that you can run it by simply calling insane (so no preceding ./!).
I hope this helps. Please let us know :)