"ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects"

666 views Asked by At

I got this error when i updated python to 3.12 I'm trying to install python-binance library

Answers online were kinda fouge I didn't get what they said i'm semi-new to programming so I need some clear answers with details of the process please I also got the same error when i tried to install TA-lib library

1

There are 1 answers

1
Koviubi56 On

Python 3.12 is not supported yet in regular releases. For Python 3.12 install the beta 3.9.0b0:

pip install aiohttp>=3.9.0b0