nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
636 stars 116 forks source link

flintrock requires a pretty old version of Click #365

Closed FlorinAndrei closed 7 months ago

FlorinAndrei commented 7 months ago

Flintrock appears to require an old version of Click, which then conflicts with a bunch of other libraries. Time for an update?

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask 3.0.0 requires click>=8.1.3, but you have click 7.0 which is incompatible.
fiona 1.9.4.post1 requires click~=8.0, but you have click 7.0 which is incompatible.
black 23.11.0 requires click>=8.0.0, but you have click 7.0 which is incompatible.
dask 2023.6.1 requires click>=8.0, but you have click 7.0 which is incompatible.