alejandro-ao/langchain-chat-gui

gettring error while running pip install -r requirements.txt

Opened this issue · 1 comments

Below is the error :

pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting attr==0.3.2 (from -r requirements.txt (line 1))
Using cached attr-0.3.2-py2.py3-none-any.whl (3.3 kB)
Collecting brotli==1.0.9 (from -r requirements.txt (line 2))
Using cached Brotli-1.0.9-cp38-cp38-win_amd64.whl (365 kB)
Collecting brotlicffi==1.0.9.2 (from -r requirements.txt (line 3))
Using cached brotlicffi-1.0.9.2-cp35-abi3-win_amd64.whl (397 kB)
Collecting ConfigParser==5.3.0 (from -r requirements.txt (line 4))
Using cached configparser-5.3.0-py3-none-any.whl (19 kB)
Collecting contextlib2==21.6.0 (from -r requirements.txt (line 5))
Using cached contextlib2-21.6.0-py2.py3-none-any.whl (13 kB)
Collecting cryptography==40.0.2 (from -r requirements.txt (line 6))
Using cached cryptography-40.0.2-cp36-abi3-win_amd64.whl (2.6 MB)
Collecting Cython==0.29.34 (from -r requirements.txt (line 7))
Using cached Cython-0.29.34-py2.py3-none-any.whl (988 kB)
Collecting dl==0.1.0 (from -r requirements.txt (line 8))
Using cached dl-0.1.0.tar.gz (5.2 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting docutils==0.20.1 (from -r requirements.txt (line 9))
Using cached docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB)
Collecting HTMLParser==0.0.2 (from -r requirements.txt (line 10))
Using cached HTMLParser-0.0.2.tar.gz (6.0 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting importlib_metadata==6.6.0 (from -r requirements.txt (line 11))
Using cached importlib_metadata-6.6.0-py3-none-any.whl (22 kB)
ERROR: Ignored the following yanked versions: 7.1.0, 7.30.0, 8.13.0
ERROR: Ignored the following versions that require a different python version: 8.13.1 Requires-Python >=3.9; 8.13.2 Requires-Python >=3.9; 8.14.0 Requires-Python >=3.9; 8.15.0 Requires-Python >=3.9; 8.16.0 Requires-Python >=3.9; 8.16.1 Requires-Python >=3.9; 8.17.0 Requires-Python >=3.9; 8.17.1 Requires-Python >=3.9; 8.17.2 Requires-Python >=3.9; 8.18.0 Requires-Python >=3.9; 8.18.1 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement ipython==8.13.2 (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.4.0, 5.4.1, 5.5.0, 5.6.0, 5.7.0, 5.8.0, 5.9.0, 5.10.0, 6.0.0rc1, 6.0.0, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.3.1, 6.4.0, 6.5.0, 7.0.0b1, 7.0.0rc1, 7.0.0, 7.0.1, 7.1.1, 7.2.0, 7.3.0, 7.4.0, 7.5.0, 7.6.0, 7.6.1, 7.7.0, 7.8.0, 7.9.0, 7.10.0, 7.10.1, 7.10.2, 7.11.0, 7.11.1, 7.12.0, 7.13.0, 7.14.0, 7.15.0, 7.16.0, 7.16.1, 7.16.2, 7.16.3, 7.17.0, 7.18.0, 7.18.1, 7.19.0, 7.20.0, 7.21.0, 7.22.0, 7.23.0, 7.23.1, 7.24.0, 7.24.1, 7.25.0, 7.26.0, 7.27.0, 7.28.0, 7.29.0, 7.30.1, 7.31.0, 7.31.1, 7.32.0, 7.33.0, 7.34.0, 8.0.0a1, 8.0.0b1, 8.0.0rc1, 8.0.0, 8.0.1, 8.1.0, 8.1.1, 8.2.0, 8.3.0, 8.4.0, 8.5.0, 8.6.0, 8.7.0, 8.8.0, 8.9.0, 8.10.0, 8.11.0, 8.12.0, 8.12.1, 8.12.2, 8.12.3)
ERROR: No matching distribution found for ipython==8.13.2

i am using the python version 3.8.10

I am also getting the same error.