Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

venv installation fails with version missing / conflict errors #75

Open
ghazel opened this issue Aug 10, 2024 · 0 comments
Open

venv installation fails with version missing / conflict errors #75

ghazel opened this issue Aug 10, 2024 · 0 comments
Labels
duplicate This issue or pull request already exists

Comments

@ghazel
Copy link

ghazel commented Aug 10, 2024

ghazel@mbp:~/projects/img2img-turbo % python3 -m venv venv
ghazel@mbp:~/projects/img2img-turbo % source venv/bin/activate
(venv) ghazel@mbp:~/projects/img2img-turbo % pip install -r requirements.txt
Collecting clip@ git+https://github.com/openai/CLIP.git (from -r requirements.txt (line 1))
  Cloning https://github.com/openai/CLIP.git to /private/var/folders/0y/htq8tzk13y7gtff3lqn2v15r0000gn/T/pip-install-ul3xh85e/clip_9523e6f9b2c54dff94172042bf4027d9
  Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git /private/var/folders/0y/htq8tzk13y7gtff3lqn2v15r0000gn/T/pip-install-ul3xh85e/clip_9523e6f9b2c54dff94172042bf4027d9
  Resolved https://github.com/openai/CLIP.git to commit dcba3cb2e2827b402d2701e7e1c7d9fed8a20ef1
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting einops>=0.6.1 (from -r requirements.txt (line 2))
  Using cached einops-0.8.0-py3-none-any.whl.metadata (12 kB)
Collecting numpy>=1.24.4 (from -r requirements.txt (line 3))
  Using cached numpy-2.0.1-cp312-cp312-macosx_14_0_arm64.whl.metadata (60 kB)
Collecting open-clip-torch>=2.20.0 (from -r requirements.txt (line 4))
  Using cached open_clip_torch-2.26.1-py3-none-any.whl.metadata (31 kB)
Collecting opencv-python==4.6.0.66 (from -r requirements.txt (line 5))
  Using cached opencv_python-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl.metadata (18 kB)
Collecting pillow>=9.5.0 (from -r requirements.txt (line 6))
  Using cached pillow-10.4.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (9.2 kB)
Collecting timm>=0.9.2 (from -r requirements.txt (line 8))
  Using cached timm-1.0.8-py3-none-any.whl.metadata (53 kB)
Collecting tokenizers (from -r requirements.txt (line 9))
  Downloading tokenizers-0.20.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (6.7 kB)
Collecting torch>=2.0.1 (from -r requirements.txt (line 10))
  Using cached torch-2.4.0-cp312-none-macosx_11_0_arm64.whl.metadata (26 kB)
Collecting torchaudio>=2.0.2 (from -r requirements.txt (line 12))
  Using cached torchaudio-2.4.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (6.4 kB)
Collecting torchdata==0.6.1 (from -r requirements.txt (line 13))
  Using cached torchdata-0.6.1-py3-none-any.whl.metadata (13 kB)
Collecting torchmetrics>=1.0.1 (from -r requirements.txt (line 14))
  Using cached torchmetrics-1.4.1-py3-none-any.whl.metadata (20 kB)
Collecting torchvision>=0.15.2 (from -r requirements.txt (line 15))
  Using cached torchvision-0.19.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (6.0 kB)
Collecting tqdm>=4.65.0 (from -r requirements.txt (line 17))
  Using cached tqdm-4.66.5-py3-none-any.whl.metadata (57 kB)
Collecting transformers==4.35.2 (from -r requirements.txt (line 18))
  Using cached transformers-4.35.2-py3-none-any.whl.metadata (123 kB)
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement triton==2.0.0 (from versions: none)
ERROR: No matching distribution found for triton==2.0.0
@GaParmar GaParmar added the duplicate This issue or pull request already exists label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants