728x90
반응형
Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [22 lines of output] /usr/bin/krb5-config: 1: cc: not found Failed to find installation architecture Traceback (most recent call last): .... File "/usr/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'krb5-config --libs gssapi' returned non-zero exit status 2. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. |
해결방법
sudo apt-get install gcc -y |
728x90
반응형
'IT 기타' 카테고리의 다른 글
Windows(윈도우) 텔넷(Telnet) 클라이언트 켜기/활성화 (2) | 2024.09.08 |
---|---|
Can not find valid pkg-config name. 수정 및 해결 방법 (0) | 2024.08.23 |
[IntelliJ] Java JAR 파일 만들기/빌드하기/실행하기/생성하기 (0) | 2024.06.04 |
정규표현식 - Regular Expression (0) | 2024.05.16 |