-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ibm-db version 3.1.0 fails to install on python 2.7.5 #671
Comments
In the attempt to fix the breaking changes for new version of setuptools (58>) the support for 2to3 has been removed. As a result of these changes we have fixed the code to remove the dependency on 2to3. Since python 2 is almost at the end of support the main care area was python3. With python2 the setuptools continue to use the old version (from pip) as the new version upgrade is only in effect from python3 pip versions. In case you are using python2 I would suggest you to continue using 3.0.4 and the new version is mainly targeted for python3 users with setuptools version > 58. This is the reason we have changed the version number to 3.1 versions. I would suggest to continue using pip install ibm_db==3.0.4 in case you are using python2 for now. Let me your suggestion on the same. |
@amukherjee28 yes I've already switched our dependencies to use |
@meathead23 I have tagged the new release with git. Going forward plan is to maintain the 3.1.x version for python3 and above and for python2 will suggest users to install 3.0.4. |
@meathead23 in the latest release 3.1.1 fixed the python2 dependency issue as well. |
Issue:
ibm-db 3.1.0 breaks when installing with python 2.7.5(yes I know that's out of support)
3.0.4 install:
3.1.0 install:
the previous version
3.0.4
works fine, whereas3.1.0
fails on installation.The text was updated successfully, but these errors were encountered: