Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cmbenne3 opened this issue May 30, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@cmbenne3
Copy link
Contributor

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

@cmbenne3 cmbenne3 added bug Something isn't working good first issue Good for newcomers labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant