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
Thanks for you contribution for this project.
When I try to make conda environment, for the third part.
[cd fairseq-sl, pip install -e .] I meet the below problem. Could you help me to solve this problem?
Thanks again!
Thanks for you contribution for this project.
When I try to make conda environment, for the third part.
[cd fairseq-sl, pip install -e .] I meet the below problem. Could you help me to solve this problem?
Thanks again!
Obtaining file:///data1/shouyu_project/ssvp_slt-main/fairseq-sl
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: /data1/anaconda3/envs/ssvp_slt/bin/python /data1/anaconda3/envs/ssvp_slt/lib/python3.10/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-ld6k1p3i/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=18.0' wheel cython 'numpy>=1.21.3' 'torch>=1.10'
cwd: None
Complete output (18 lines):
Collecting setuptools>=18.0
Using cached https://files.pythonhosted.org/packages/31/2d/90165d51ecd38f9a02c6832198c13a4e48652485e2ccf863ebb942c531b6/setuptools-75.2.0-py3-none-any.whl
Collecting wheel
Using cached https://files.pythonhosted.org/packages/1b/d1/9babe2ccaecff775992753d8686970b1e2755d21c8a63be73aba7a4e7d77/wheel-0.44.0-py3-none-any.whl
Collecting cython
Using cached https://files.pythonhosted.org/packages/43/39/bdbec9142bc46605b54d674bf158a78b191c2b75be527c6dcf3e6dfe90b8/Cython-3.0.11-py2.py3-none-any.whl
Collecting numpy>=1.21.3
Collecting torch>=1.10
Using cached https://files.pythonhosted.org/packages/f1/82/adc3a77b9fbbcb79d398d565d39dc0e09f43fff088599d15da81e6cfaaec/torch-2.5.0-cp310-cp310-manylinux1_x86_64.whl
Collecting fsspec (from torch>=1.10)
Downloading https://files.pythonhosted.org/packages/c6/b2/454d6e7f0158951d8a78c2e1eb4f69ae81beb8dca5fee9809c6c99e9d0d0/fsspec-2024.10.0-py3-none-any.whl (179kB)
Collecting typing-extensions>=4.8.0 (from torch>=1.10)
Using cached https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl
Collecting jinja2 (from torch>=1.10)
Using cached https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl
Collecting nvidia-cublas-cu12==12.4.5.8; platform_system == "Linux" and platform_machine == "x86_64" (from torch>=1.10)
ERROR: Could not find a version that satisfies the requirement nvidia-cublas-cu12==12.4.5.8; platform_system == "Linux" and platform_machine == "x86_64" (from torch>=1.10) (from versions: 0.0.1.dev5, 12.0.1.189, 12.0.2.224, 12.1.0.26, 12.1.3.1, 12.2.1.16, 12.2.4.5, 12.2.5.6, 12.3.2.9, 12.3.4.1)
ERROR: No matching distribution found for nvidia-cublas-cu12==12.4.5.8; platform_system == "Linux" and platform_machine == "x86_64" (from torch>=1.10)
ERROR: Command errored out with exit status 1: /data1/anaconda3/envs/ssvp_slt/bin/python /data1/anaconda3/envs/ssvp_slt/lib/python3.10/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-ld6k1p3i/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=18.0' wheel cython 'numpy>=1.21.3' 'torch>=1.10' Check the logs for full command output.
The text was updated successfully, but these errors were encountered: