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

environment.yml error fix #630

Merged
merged 2 commits into from Mar 21, 2024
Merged

environment.yml error fix #630

merged 2 commits into from Mar 21, 2024

Conversation

Karwot
Copy link
Contributor

@Karwot Karwot commented Mar 21, 2024

Fixing the error of conda not being able to create the environment correctly:

CondaValueError: invalid package specification: setuptools <59.6.

Fixing the error of conda not being able to create the environment correctly:

CondaValueError: invalid package specification: setuptools <59.6.
@ethanwhite
Copy link
Member

Thanks for this @Karwot! I'm just waiting on the tests to pass and then we'll get it merged.

Copy link
Member

@ethanwhite ethanwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Karwot. Since we're here can you remove the extra space before the < as well. Should be setuptools<59.6 right?

@Karwot
Copy link
Contributor Author

Karwot commented Mar 21, 2024

Thanks @Karwot. Since we're here can you remove the extra space before the < as well. Should be setuptools<59.6 right?

Good catch :) I just removed the dot since that was causing the error for me but it's definitely better to keep one convention inside the file.
Updated.

@ethanwhite
Copy link
Member

Thanks @Karwot!

@ethanwhite ethanwhite merged commit a4c12a6 into weecology:main Mar 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants