Skip to content
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

Python 3.12 support #187

Closed
Tomas2D opened this issue Oct 10, 2023 · 3 comments · Fixed by #239
Closed

Python 3.12 support #187

Tomas2D opened this issue Oct 10, 2023 · 3 comments · Fixed by #239
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@Tomas2D
Copy link
Member

Tomas2D commented Oct 10, 2023

Python 3.12 users cannot install ibm-generative-ai due to aiohttp dependency (not working with Python 3.12) version 3.8.6.

Workaround

pip3 install aiohttp==3.9.0
pip3 install ibm-generative-ai

Close this issue once aiohttp releases a new version.

@Tomas2D Tomas2D added bug Something isn't working dependencies Pull requests that update a dependency file labels Oct 10, 2023
@Tomas2D
Copy link
Member Author

Tomas2D commented Oct 24, 2023

@Tomas2D Tomas2D self-assigned this Oct 24, 2023
@nzw0301
Copy link

nzw0301 commented Nov 7, 2023

FYI: aio-libs/aiohttp#7739 tracks this issue.

@Tomas2D
Copy link
Member Author

Tomas2D commented Nov 7, 2023

Thanks @nzw0301. I have a notification set for the aiohttp 3.9 release, which will fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants