You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a package I'm trying to deploy, but It looks like setuptools doesn't have find_namespace_packages. This project had previously compiled, but I'd recently added a (private) dependency that uses find_namespace_packages and now deploys are broken.
I'm pretty surprised by this, given that find_namespace_pacakges was introduced in Python 3.3 and the docker image is clearly using /usr/bin/python3.8.
I haven't (to my knowledge) done anything that might clobber the setuptools import path... what gives? Honestly not sure where to start debugging this. Possibly making my own version of the builder dockerfile? Or asking about this issue there? Is this the same issue as noted here?
I have a package I'm trying to deploy, but It looks like setuptools doesn't have
find_namespace_packages
. This project had previously compiled, but I'd recently added a (private) dependency that usesfind_namespace_packages
and now deploys are broken.I'm pretty surprised by this, given that
find_namespace_pacakges
was introduced in Python 3.3 and the docker image is clearly using/usr/bin/python3.8
.I haven't (to my knowledge) done anything that might clobber the
setuptools
import path... what gives? Honestly not sure where to start debugging this. Possibly making my own version of the builder dockerfile? Or asking about this issue there? Is this the same issue as noted here?The text was updated successfully, but these errors were encountered: