Skip to content

Commit

Permalink
LangChain: Not ready for Python 3.12 yet, because it needs aiohttp
Browse files Browse the repository at this point in the history
aiohttp/_websocket.c:3042:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
[...]

ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects
  • Loading branch information
amotl committed Oct 31, 2023
1 parent f791e2b commit 9afffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
python-version: [ '3.11', '3.12' ]
python-version: [ '3.11' ]
cratedb-version: [ 'nightly' ]

services:
Expand Down

0 comments on commit 9afffab

Please sign in to comment.