I was attempting to install ibm-watson-machine-learning 1.0.312 and I got a deprication notice:
DEPRECATION: ibm-cos-sdk-core is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
DEPRECATION: ibm-cos-sdk-s3transfer is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
DEPRECATION: ibm-cos-sdk is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
This looks like it affects ibm-cos-sdk-core, ibm-cos-sdk-s3transfer, and ibm-cos-sdk if we are going to get more people to use watsonx having a bunch of Deprication notices installing our sdks is not a good way instill confidence in our software.
I was attempting to install
ibm-watson-machine-learning
1.0.312 and I got a deprication notice:This looks like it affects ibm-cos-sdk-core, ibm-cos-sdk-s3transfer, and ibm-cos-sdk if we are going to get more people to use watsonx having a bunch of Deprication notices installing our sdks is not a good way instill confidence in our software.