MDAnalysis unavailable error
See original GitHub issueI keep getting “Error: MDAnalysis Unavaiable” despite having MDanalysis installed. I just followed the instructions, and installed:
- Blender 3.1.2 (ok)
- Molecular Nodes 0.5.19 (ok),
- Atomium (ok),
python3 -m pip install MDAnalysis
(ok)
However, I keep getting the error “MDAnalysis Unavaiable” (I obtain the path from import MDAnalysis as mda; mda.__path__
)
Issue Analytics
- State:
- Created a year ago
- Comments:63 (27 by maintainers)
Top Results From Across the Web
around selection does not working properly · Issue #2328
I checked in both vmd and pymol. No atoms are there within 3.5A of the (resid 5 and name OH2). But mdanalysis gives...
Read more >2. Installing MDAnalysis
Before you can start the tutorial, you need a working installation of MDAnalysis (with its test suite, MDAnalysisTests) on your Linux or Mac...
Read more >Source code for MDAnalysis.core.universe
n" "Error: {2}".format(topology_file, parser, err)) return topology def ... the Universe makes it unavailable to all AtomGroups etc throughout the Universe.
Read more >Source code for MDAnalysis.core.groups
eq method raises Error for wrong comparisons return False return other.ix in self.ix def ... _unique_restore_mask is not available if the {0} is...
Read more >11.2.1. Core object: Universe
Changed in version 1.0.0: Universe() now raises an error. ... Removing a TopologyAttribute from the Universe makes it unavailable to all AtomGroups etc ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Was having the same issue as many people above, I tried installing on both python and conda, no luck. Tried all the tricks listed, still said “MDAnalysis Unavailable.” Then I restarted my computer… The path that previously didn’t work was still in Blender, I clicked check and it worked. Sometimes it’s a good ol’ fashion reset that does the trick. Anyway, many thanks!
@BradyAJohnston I will try that later today (I hope). Need to finish some work before tomorrow. 😉 I will come back to it.