Hey there, I've noticed that generating constraint...
# general
a
Hey there, I've noticed that generating constraints for
setuptools
and
sklearn
using generate_constraints.sh will also generate
pkg_resources==0.0.0
and
sklearn==0.0
. Any idea why this is the case? Thanks for the help.
👍 1
h
Huh! No, no idea..that's the output of
pip freeze --all
that you're seeing. Do you see when you run the script what pip is saying it's installing?
a
Ah, it seems to be a bug related to Ubuntu, which gives incorrect pip metadata 🤔. Thanks for the response.
1
👍 1