-
Notifications
You must be signed in to change notification settings - Fork 25
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
pip install curlylint
does not work due to incompatability with click 8.1.0
#132
Labels
bug
Something isn't working
Comments
Merged
thibaudcolas
pushed a commit
that referenced
this issue
Mar 30, 2022
gasman
added a commit
to gasman/wagtail
that referenced
this issue
Mar 30, 2022
lb-
pushed a commit
to wagtail/wagtail
that referenced
this issue
Mar 30, 2022
Thank you @jmsmkn and @adamchainz :) v0.13.1 is now available on PyPI: https://pypi.org/project/curlylint/0.13.1/. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Cannot run
curlylint
with the latest version ofclick
. This is similar to psf/black#2964. Workaround is to pinclick<8.1.0
.Which terms did you search for in the documentation and issue tracker?
ImportError: cannot import name '_unicodefun' from 'click'
Environment
Python 3.8
Steps to reproduce
Install from pip with
python3 -m pip install curlylint
, observe failure.Expected behavior
Curlylint runs successfully
Actual behavior
ImportError: cannot import name '_unicodefun' from 'click' (/tmp/curlylint/lib/python3.8/site-packages/click/__init__.py)
The text was updated successfully, but these errors were encountered: