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

webcolors version problem #383

Open
nictru opened this issue Sep 11, 2024 · 0 comments
Open

webcolors version problem #383

nictru opened this issue Sep 11, 2024 · 0 comments

Comments

@nictru
Copy link

nictru commented Sep 11, 2024

When installing cellbender via conda, I encountered an error during report creation, where the webcolors package tried to use the walrus operator, which is not available in Python 3.7 yet. webcolors is an indirect dependency via jupyter (nbconvert) as far as I've seen.

Was able to fix it by sticking webcolors to 1.13. Versions larger than 1.13 require Python 3.8 or later.

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