Skip to content

Cannot run _insane_ due to a ModuleNotFoundError #100

@ma3ke

Description

@ma3ke

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 core

Is 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/insane

you 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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions