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
Pin setuptools==57.5.0 to workaround install problem. (ibm-functions#153)
- With setuptools>=58.0.0 the installation of ibm_db package fails with `use_2to3 is invalid.`. Reason is that this feature has been removed from setuptools beginning with 58.0.0. To make the build working again setuptools is pinned to the latest version before 58.0.0.
When the ibm_db package is upgraded to a newer version, the pin of setuptools ran be removed.
0 commit comments