click==8.0.0 dependency in development branch
See original GitHub issueA recent import seems to updated the version of the click library to 8.0.0 which breaks the chia plotter.
As a quick bodge:
pip uninstall click
pip install click==7.1.2
This will get plotman creating new plots again.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Black specifies a requirement for click>=7.1.2 but ... - GitHub
Describe the bug Installing black from the head of the main branch and click<8.0 ... Forcing click>=8.0.0 on users for a dev dependency...
Read more >How to point Go module dependency in go.mod to a latest ...
1. push your code to github.com/fork/somelib @ dev branch 2. modify your go.mod file, add a line ...
Read more >Should You Use Upper Bound Version Constraints?
It's when you have a dependency in project.dependencies / tool.poetry.dependencies / install_requires , and instead of this: click>=7.
Read more >How to use a git repository as a pip dependency - Mati Codes
It can be handy to use pip to install a project dependency directly from a git repository instead of from a Python package...
Read more >Managing dependencies with Dependabot and GitHub Actions
In most cases, you'd be good to go with the default Dependabot configuration. In case merging dependency updates straight to your default branch...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Install with
@release/v0.3.1
rather than@main
. Hopefully it’ll make it to main and get tagged soon.It seems to also have broken the install, at least of recent versions. I only could get plowman to install with the above downgrade of click and plowman to the v0.2 tag like so: