Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 years ago
0
Follow
Fsspec install
Fsspec install
Inactive
0
Follow
M
Mario_Borher
2 years ago
Β·
but I have already tried this
RUN apt-get update && apt-get install -y python3.11
L
M
d
8 comments
Share
Open in Discord
L
Logan M
2 years ago
Yea looks at the requirements for fsspec, I guess the python version is not the issue here.
Tbh I'm not sure what the issue is here π I'm not sure what changes after 2023.1.0 that causes it to not be listed π€
L
Logan M
2 years ago
Maybe it's a pip version? Theses issues are very annoying to debug lol
L
Logan M
2 years ago
You can try running
pip -vvv install llama-index
to get very verbose outputs, maybe the issue will be in the logs
L
Logan M
2 years ago
I would also use a docker image that has python3.8 or greater installed, installing new python versions can really muck around with things
M
Mario_Borher
2 years ago
thanks for your help I am still investigating what the problem might be
maybe I change base image
Attachment
L
Logan M
2 years ago
Yup, Python version issues π yea, change the base image, should help
d
daemon
2 years ago
agree with logan to use a more recent python version from docker. this appears to be the issue:
https://github.com/fsspec/filesystem_spec/pull/1184
d
daemon
2 years ago
relaxing the fsspec minimum version is reasonable, but python 3.6 is no longer supported by Python. 3.7 is also EOL in a month --
https://www.python.org/downloads/
. I think it is reasonable to require 3.8 as a minimum.
Add a reply
Sign up and join the conversation on Discord
Join on Discord