question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MDAnalysis unavailable error

See original GitHub issue

I 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:open
  • Created a year ago
  • Comments:63 (27 by maintainers)

github_iconTop GitHub Comments

2reactions
asandweisscommented, Oct 27, 2022

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!

1reaction
MiekeRothcommented, Jul 17, 2022

@BradyAJohnston I will try that later today (I hope). Need to finish some work before tomorrow. 😉 I will come back to it.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found