Search found 1 match

by Victor Putz
Tue Jan 30, 2024 9:54 am
Forum: OpenMM
Topic: Python locks up on "import openmm" -- halp?
Replies: 0
Views: 290

Python locks up on "import openmm" -- halp?

Got a curious one--openmm freezes on import. In other words, I can create a fresh environment: ``` > micromamba create -n test_openmm > micromamba activate test_openmm > micromamba install -c conda-forge openmm=8.1.1 > python >>> import openmm ``` ...and there it stays; I can't even control-c out of...