- 강의 질문
- 프로그래밍
python 오류
2025.04.14 16:02 작성
# OS 종속성 필요한 패키지 설치
sudo apt install -y libpq-dev python-dev
진행 과정에서 아래와 같은 에러가 발생합니다.
검색해서 원인에 대해서 이리저리 해봤는데 뚜렷한 해결방법이 안나오는데 확인 부탁드립니다.
buntu@ip-172-31-36-208:~$ sudo apt install -y libpq-dev python-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python-dev-is-python3
E: Package 'python-dev' has no installation candidate