You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also getting very strange errors that I cannot address (for example, below, the requested packages were already installed and verified to be installed and working, yet still errors):
21.78 ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10; 1.8.0 Requires-Python >=3.11; 1.9.0 Requires-Python >=3.11; 1.9.1 Requires-Python >=3.11; 1.9.2 Requires-Python >=3.11
21.78 ERROR: Could not find a version that satisfies the requirement tensorflow-text<2.16.0,>=2.10.0 (from versions: none)
21.78 ERROR: No matching distribution found for tensorflow-text<2.16.0,>=2.10.0
21.89
21.89 [notice] A new release of pip is available: 23.0.1 -> 24.1.1
21.89 [notice] To update, run: pip install --upgrade pip
Dockerfile:36
34 | # This step is slow as it installs many packages.
35 | COPY ./requirements*.txt ./
36 | >>> RUN python -m pip install -r requirements.txt
37 |
38 | # Copy the rest of the lit_nlp package
ERROR: failed to solve: process "/bin/sh -c python -m pip install -r requirements.txt" did not complete successfully: exit code: 1
(lit_env) drn2@ADUAED16547LPMX lit % pip install --upgrade pip
Requirement already satisfied: pip in /Users/drn2/miniconda3/envs/lit_env/lib/python3.10/site-packages (24.1.1)
(lit_env) drn2@ADUAED16547LPMX lit % pip install 'tensorflow-text<2.16.0,>=2.10.0'
(MacBook Pro M1 2021. MacOS-14.4 + Docker - 4.28.0 (139021))
Following: https://github.com/pair-code/lit?tab=readme-ov-file#install-from-source
(using venv)
The text was updated successfully, but these errors were encountered: