Is there a hack/workaround to get Flet Build to play nice with older package dependencies? #4584
-
QuestionHi all, is there a hack/workaround to get Flet Build to play nice with older package dependencies?
I am positive that this is due to some archaic requirements that my private package has as a dependency. However, does anyone know a workaround for Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can add |
Beta Was this translation helpful? Give feedback.
Alright, the solution is 🥁🥁🥁🥁🥁 installing both
pip
(addpip = "^24.3.1"
to yourproject.toml
) andsetuptools
.In the program first import
setuptools
- it "enables"distutils
and then importingdistutils
will work: