-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
C: crashBlack is crashingBlack is crashingC: dependenciesS: awaiting responseWaiting for futher information from OPWaiting for futher information from OPT: bugSomething isn't workingSomething isn't working
Description
I'm using Python 3.8.9 with conda environment and resulted in this problem
Traceback (most recent call last):
File "/Users/mac/opt/anaconda3/bin/black", line 5, in <module>
from black import patched_main
File "/Users/mac/opt/anaconda3/lib/python3.8/site-packages/black/__init__.py", line 46, in <module>
from black.concurrency import cancel, shutdown, maybe_install_uvloop
File "/Users/mac/opt/anaconda3/lib/python3.8/site-packages/black/concurrency.py", line 6, in <module>
from black.output import err
File "/Users/mac/opt/anaconda3/lib/python3.8/site-packages/black/output.py", line 11, in <module>
from click import echo, style
ImportError: cannot import name 'echo' from 'click' (unknown location)
I tried to installing click by pip install click but the problem still persists
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: crashBlack is crashingBlack is crashingC: dependenciesS: awaiting responseWaiting for futher information from OPWaiting for futher information from OPT: bugSomething isn't workingSomething isn't working