実現したいこと
stable-point-aware-3dをrequirements.txtインストールをエラー解消したいです
発生している問題・分からないこと
stable-point-aware-3dをrequirements.txtインストール中にエラーが発生しました。
似た現象をご存じの方、原因調査方法をご存じの方、おられましたら助力願います。
エラーメッセージ
error
1 error: subprocess-exited-with-error 2 3 × git clone --filter=blob:none --quiet https://github.com/SunzeY/AlphaCLIP.git 'C:\Users\username\AppData\Local\Temp\pip-req-build-y23p58lj' did not run successfully. 4 │ exit code: 128 5 ╰─> No available output. 6 7 note: This error originates from a subprocess, and is likely not a problem with pip. 8ERROR: Failed to build 'git+https://github.com/SunzeY/AlphaCLIP.git' when git clone --filter=blob:none --quiet https://github.com/sunzey/alphaclip.git 'c:\users\username\appdata\local\temp\pip-req-build-y23p58lj' 9
該当のソースコード
pip install -r requirements.txt
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
インストール手順は以下URLを参照しました
https://note.com/aonekoss/n/n181b0f03c87a
CUDA ToolKitとtorch pytorch の組み合わせをv12.4、v13.0と試したがエラー内容変わりません
Visual Studio2026の「C++デスクトップ開発」を追加してもエラー内容変わりません
requirements.txtを以下URL内容に変更してもエラー内容変わりません
https://huggingface.co/spaces/stabilityai/stable-point-aware-3d/blob/main/requirements.txt
https://huggingface.co/spaces/stabilityai/stable-point-aware-3d/blob/main/requirements.txt
補足
■インストール環境
・PC本体:
Visual Studio:
2019 C++によるデスクトップ開発
2022 C++によるデスクトップ開発/Python開発/Node.js開発/.NETデスクトップ開発/
Python:python --version
Python 3.14.3 他に3.10 3.12あり
CUDA Toolkit:nvcc --version
Cuda compilation tools, release 12.8, V12.8.61
Build cuda_12.8.r12.8/compiler.35404655_0
・仮想環境Venv内:
Python:python --version
Python 3.10.11
CUDA Toolkit:nvcc --version
Cuda compilation tools, release 12.8, V12.8.61
Build cuda_12.8.r12.8/compiler.35404655_0
pip list:
Package Version
clip 1.0
colorama 0.4.6
filelock 3.20.0
fsspec 2025.12.0
ftfy 6.3.1
Jinja2 3.1.6
loralib 0.1.2
MarkupSafe 3.0.2
mpmath 1.3.0
networkx 3.4.2
numpy 2.2.6
packaging 26.0
pillow 12.0.0
pip 26.0.1
regex 2026.2.28
setuptools 69.5.1
sympy 1.14.0
torch 2.10.0+cu128
torchvision 0.25.0+cu128
tqdm 4.67.3
typing_extensions 4.15.0
wcwidth 0.6.0
wheel 0.46.3
■requirements.txt内容
einops==0.7.0
jaxtyping==0.2.31
omegaconf==2.3.0
transformers==4.42.3
loralib==0.1.2
git+https://github.com/openai/CLIP.git
git+https://github.com/SunzeY/AlphaCLIP.git
trimesh==4.4.1
numpy==1.26.4
huggingface-hub==0.23.4
transparent-background==1.3.3
./texture_baker/
./uv_unwrapper/
回答1件
あなたの回答
tips
プレビュー