mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #58] pip ERROR: kdave 0.2.2 has requirement Click==8.0, but you'll have click 8.1.3 which is incompatible #27
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ViktorUJ on GitHub (Sep 23, 2023).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/58
ERROR: kdave 0.2.2 has requirement Click==8.0, but you'll have click 8.1.3 which is incompatible.
Installing collected packages: click
Attempting uninstall: click
Found existing installation: click 8.0.0
Uninstalling click-8.0.0:
Successfully uninstalled click-8.0.0
Successfully installed click-8.1.3
I think need update requirements.txt
set version click==8.0
@patrickchugh commented on GitHub (Oct 3, 2023):
Thanks please raise a PR if you can.
@patrickchugh commented on GitHub (Dec 28, 2023):
Closing since this can be resolved by using poetry and VirtualEnvs in python