-
Notifications
You must be signed in to change notification settings - Fork 7
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
Install error with click v8.0.0 #95
Comments
Note: Workaround for this issue is installing click v7 before installing covimerage. pip install 'click<8.0.0'
pip install covimerage |
rhysd
added a commit
to rhysd/covimerage
that referenced
this issue
May 14, 2021
Closed
blueyed
added a commit
to blueyed/covimerage
that referenced
this issue
Sep 11, 2021
Merged
blueyed
added a commit
to blueyed/covimerage
that referenced
this issue
Sep 11, 2021
blueyed
added a commit
that referenced
this issue
Sep 12, 2021
* build(deps): pin click<7.1 Fixes #95. * ci: fix py34
Fixed in v0.2.2 (just released). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
click v8.0.0 was released at May 12
https://pypi.org/project/click/#history
And some breaking change due to the major release broke this package.
Example error:
https://github.com/rhysd/clever-f.vim/runs/2583434786
The text was updated successfully, but these errors were encountered: