OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
107 stars 51 forks source link

Add 'packaging' module to aviary installation requirements and or documentation #301

Open cmbenne3 opened 1 month ago

cmbenne3 commented 1 month ago

Description

When installing aviary into a new anaconda environment the following error occurs:

"ModuleNotFoundError: No module named 'packaging'.

The user can manually install the additional module by running:

"pip install packaging"

We should either automate this by adding a new dependency, or add documentation that the user might need to do this.

Example

Command run:

pip install -e .

Result:

image

Aviary Version

0.9.4.dev

Relevant environment information

No response