We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python 3.12 users cannot install ibm-generative-ai due to aiohttp dependency (not working with Python 3.12) version 3.8.6.
ibm-generative-ai
aiohttp
Workaround
pip3 install aiohttp==3.9.0 pip3 install ibm-generative-ai
Close this issue once aiohttp releases a new version.
The text was updated successfully, but these errors were encountered:
https://github.com/aio-libs/aiohttp/issues
Sorry, something went wrong.
FYI: aio-libs/aiohttp#7739 tracks this issue.
Thanks @nzw0301. I have a notification set for the aiohttp 3.9 release, which will fix that.
feat: update aiohttp to support python 3.12 (#239)
66ca7e9
Closes: #187 Signed-off-by: Tomas Dvorak <[email protected]>
Tomas2D
Successfully merging a pull request may close this issue.
Python 3.12 users cannot install
ibm-generative-ai
due toaiohttp
dependency (not working with Python 3.12) version 3.8.6.Workaround
Close this issue once
aiohttp
releases a new version.The text was updated successfully, but these errors were encountered: