Closed hughjward closed 3 years ago
Hi Hugh,
Please install AeroSandbox with the all optional dependencies (including PyVista) by running
pip install aerosandbox[full]
Without the full
suffix, only a core version is installed, in order to minimize dependencies.
Ah i didn't know PyPi had this functionality, and I also just read the PyPi project page properly!
Sorry to waste your time! 🙄
No worries!
Bug Description
I believe the requirements file is out of date on PyPi
Steps to Reproduce
Tried to run tutorial 04 - Geometry and Data Structures/01 - AeroSandbox Data Structures/
ModuleNotFoundError: No module named 'pyvista'
Expected Behavior
Image of geometry should be created
System Information
Other Information
when running 'pip show aerosandbox' pyvista is not listed in the requirements
if i install pyvista separately (via pip) the image is created