We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22409c commit 5e2c01aCopy full SHA for 5e2c01a
LoopStructural/visualisation/__init__.py
@@ -21,6 +21,7 @@
21
except ImportError:
22
logger.warning('Cannot use MapView or RotationAnglePlotter as matplotlib is not installed. \n'\
23
'Install matplotlib and try again. ')
24
-try:
25
- from .model_visualisation import LavaVuModelViewer
26
-from .sphinx_scraper import _get_loop_visualisation_scraper
+try:
+ from .sphinx_scraper import _get_loop_visualisation_scraper
+except:
27
+ logger.error('Cannot use sphinx scraper, pip install -r docs/requirements.txt')
0 commit comments