patrickchugh / terravision

Terravision creates Professional Cloud Architecture Diagrams from your Terraform code automatically. Supports AWS, Google and Azure.
Mozilla Public License 2.0
827 stars 79 forks source link

pip ERROR: kdave 0.2.2 has requirement Click==8.0, but you'll have click 8.1.3 which is incompatible #58

Closed ViktorUJ closed 11 months ago

ViktorUJ commented 1 year ago

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 1 year ago

Thanks please raise a PR if you can.

patrickchugh commented 11 months ago

Closing since this can be resolved by using poetry and VirtualEnvs in python