일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- 태블로
- ERD
- 자연어처리
- 언어지능딥러닝
- 모델링
- 머신러닝
- omtm
- Computer Vision
- 그로스해킹
- dl
- 파인튜닝
- DACON
- product
- tableau
- 데이콘
- Market
- pmf
- 시각화
- 인공지능
- nlp
- productmarketfit
- OKR
- 딥러닝
- 컴퓨터비전
- fit
- 데이터시각화
- 데이터모델링
- 데이터분석
- Today
- Total
블로그
[error] apex 설치 시 error: subprocess-exited-with-error 발생 본문
(ppg-speech) C:\Users\User\KtAivle\BigProject\fac-via-ppg\apexpip install -v --disable-pip-version-check --no-cache-dir ./
Using pip 24.0 from C:\Users\User\anaconda3\envs\ppg-speech\lib\site-packages\pip (python 3.9)
Processing c:\users\user\ktaivle\bigproject\fac-via-ppg\apex
Running command pip subprocess to install build dependencies
Collecting setuptools
Using cached setuptools-70.1.1-py3-none-any.whl.metadata (6.0 kB)
Collecting wheel
Using cached wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB)
Using cached setuptools-70.1.1-py3-none-any.whl (883 kB)
Using cached wheel-0.43.0-py3-none-any.whl (65 kB)
Installing collected packages: wheel, setuptools
Successfully installed setuptools-70.1.1 wheel-0.43.0
Installing build dependencies ... done
Running command Getting requirements to build wheel
Traceback (most recent call last):
File "C:\Users\User\anaconda3\envs\ppg-speech\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
main()
File "C:\Users\User\anaconda3\envs\ppg-speech\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\User\anaconda3\envs\ppg-speech\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\User\AppData\Local\Temp\pip-build-env-yej3g_gq\overlay\Lib\site-packages\setuptools\build_meta.py", line 327, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
File "C:\Users\User\AppData\Local\Temp\pip-build-env-yej3g_gq\overlay\Lib\site-packages\setuptools\build_meta.py", line 297, in _get_build_requires
self.run_setup()
File "C:\Users\User\AppData\Local\Temp\pip-build-env-yej3g_gq\overlay\Lib\site-packages\setuptools\build_meta.py", line 313, in run_setup
exec(code, locals())
File "<string>", line 5, in <module>
ModuleNotFoundError: No module named 'packaging'
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: 'C:\Users\User\anaconda3\envs\ppg-speech\python.exe' 'C:\Users\User\anaconda3\envs\ppg-speech\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py' get_requires_for_build_wheel 'C:\Users\User\AppData\Local\Temp\tmp6hcn07d2'
cwd: C:\Users\User\KtAivle\BigProject\fac-via-ppg\apex
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
이게 전체 에러 내용인데 검색해보니까 gpu가 없어서 발생하는 문제인 것 같다.
그램 말고 gpu 달린 노트북으로 도전해봐야 할 듯..,
'공부 > error' 카테고리의 다른 글
[error] daphne와 uvicorn에서 static 경로 못찾는 에러 (0) | 2024.07.04 |
---|---|
[error] RuntimeError: Couldn't find appropriate backend to handle uri in python (0) | 2024.07.01 |
[error] ModuleNotFoundError: No module named 'hydra' (0) | 2024.06.27 |
[error] ImportError: cannot import name 'HfApi' from 'huggingface_hub' (0) | 2024.06.27 |
[error] nemo-toolkit 설치 시 에러 발생 (0) | 2024.06.27 |