해결된 질문
작성
·
1.9K
답변 3
0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
anaconda-project 0.10.2 requires ruamel-yaml, which is not installed.
aws-sam-cli 1.50.0 requires requests==2.25.1, but you have requests 2.27.1 which is incompatible.
Successfully installed joblib-1.0.1 markupsafe-2.0.1 pandas-profiling-3.1.0 tangled-up-in-unicode-0.1.0
이렇게 뜹니다!
0
(base) gusungju@guseongjuui-MacBookAir ~ % conda uninstall -c conda-forge pandas-profiling
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are missing from the target environment:
- pandas-profiling
이와 같이 에러가 납니다.
안녕하세요. 제가 install 명령어를 잘못올려드렸네요.
아래 명령어로 다시 설치해 주시고 지금과 같이 오류 메시지를 함께 부탁드릴게요!
conda install -c conda-forge pandas-profiling
이 명령어로 오류가 난다면 아래 명령어로 다시 확인 부탁드리겠습니다.
pip install -U pandas-profiling
0
안녕하세요.
오류 메시지를 보니 권한 문제로 보여집니다.
아래 명령어로 설치해 보시고 오류 메시지를 텍스트로 올려주시면 답변에 도움이 됩니다.
conda 사용시 : conda uninstall -c conda-forge pandas-profiling
그래서 두번째 명령문으로 실행해봤더니
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
anaconda-project 0.10.2 requires ruamel-yaml, which is not installed.
aws-sam-cli 1.50.0 requires MarkupSafe==2.0.1, but you have markupsafe 2.1.1 which is incompatible.
aws-sam-cli 1.50.0 requires requests==2.25.1, but you have requests 2.27.1 which is incompatible.
에러가 발생합니다.