Find answers from the community

Updated last year

Installing

At a glance

The community member is having trouble installing the llaman_index package and is getting an error related to building the aiohttp wheel. Another community member suggests upgrading setuptools, but notes that the real issue is likely further up in the logs. The community member then figures out that the issue is related to using Python 3.12 globally. There is a discussion about whether future updates will support Python 3.12 or newer. Another community member is facing a similar issue on Google Colab, where the Python version is 3.10.12, and the issue only started recently.

Hey All, I am trying to install llaman_index and I am getting this issue
[see message.txt attached]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for aiohttp Failed to build aiohttp ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects
L
B
k
5 comments
Maybe you need to do pip install --upgrade setuptools ?

Although as the error states, the real error is probably further up in the logs
Figured it out. Python version was using 3.12 globally.
Will there be an update where we would use 3.12 or newer in the future,
Yes there should be soon at some point
i am facing the same problem on colab, the strange thing is that till last week it worked properly, suddenly it stopped. the vesian of python in colab is 3.10.12. do you have any idea?
Add a reply
Sign up and join the conversation on Discord