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 fails at installing decorator: not compatible with Python 2.7 #4

Open
ilibarra opened this issue Dec 1, 2021 · 0 comments

Comments

@ilibarra
Copy link

ilibarra commented Dec 1, 2021

During installation I found a conflict with the decorator package version that is installed. Namely, the default version conda installs gets into conflict because it gets in conflict with python 2.7 , a default requirement.

I think this could be solved by downgrading decorator to a 2.6+ compatible version, I found that decorator 4.3.2 is valid based on the current decorator release list.

pip install decorator==4.3.2

Could you update this dependency into the environment.yml file? It could probably ease the installation process.

Thanks for dev and sharing of this repository.

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

No branches or pull requests

1 participant