Open rhoslynroebuck opened 1 week ago
One of the problems is that this module moved to nanover.recording.reading
and nanover.recording.writing
: https://github.com/IRL2/nanover-docs/blob/771d9b133a012bcbb48763ccacd8938c4064c25d/source/concepts/recording.rst?plain=1#L201
* ModuleNotFoundError: No module named 'nanover.omni.ase'
this I don't understand, because that one does exist.
This one is because "textual" isn't part of the dependencies, it's optional. Maybe for docs purposes it should be installed anyway.
WARNING: Failed to import nanover.omni.rich.
Possible hints:
* AttributeError: module 'nanover.omni' has no attribute 'rich'
* ModuleNotFoundError: No module named 'textual'
Thanks for the info, I've added a PR about the Textual package. Maybe we can discuss the rest in person or in the next dev meeting.
We are getting the below errors when building the docs. @Ragzouken you said some docstrings might need fixing?