Open Nniol opened 3 months ago
If I add a constraints.txt file with the following:
setuptools==71.0.0
and run this command:
(fm_aiortc) PS C:\Work\GitHubRepo\WatsonX\pilots\FM\orchestration-layer\airotc> pip install --constraint .\constraints.txt ibm_watson
I get the same failure as above
I see that setuptools released a new version a few hours ago, and it appears it is being downloaded no matter what the constraints file says
Issue also discussed here
pip install --no-build-isolation --constraint .\constraints.txt ibm_watson
is a work around
pip install --no-build-isolation ibm_watson
worked for us in both console context and jupyter notebook
Overview Unable to install. I have removed all python packages from my computer, created a new venv
Even if as shown I use an older version of setuptools I till get the same error
Expected behavior Install ibm_watson
Actual behavior
How to reproduce Help us to reproduce what you experienced. Include your code snippets (without credentials)
Screenshots If applicable, add screenshots to help explain your problem.
SDK Version 8.1.0
Additional information:
Python
are you using? 3.11.4Additional context Add any other details about the problem.