inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

공공데이터로 파이썬 데이터 분석 시작하기

pandas-profiling 설치 불가

해결된 질문

2044

후추맘

작성한 질문수 3

1

pandas-profiling 설치가 안됩니다.

markupsafe 에러가 발생하면서 설치가 끝납니다...

 

 

위와 같이 나옵니다 ㅠㅠ

 

 

python numpy pandas

답변 3

0

후추맘


 
 
 
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Input In [1], in <cell line: 2>()
      1 #pandas profiling (기술통계 리포트 생성)
----> 2 import pandas_profiling
      4 pandas_profiling.__version__

ModuleNotFoundError: No module named 'pandas_profiling'


이렇게 에러가 뜹니다 ㅠㅠ

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 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.

 

에러가 발생합니다.

0

박조은

안녕하세요.

버전호환성 문제로 보여집니다. 번거로우시겠지만 아래 문구로 설치해 보시겠어요?

pip install pandas-profiling==3.1.0

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

박조은

안녕하세요. pip 호환성 이슈가 있기는 하지만 pandas-profiling 은 잘 설치된 것으로 보여집니다.

로드가 되는지 확인해 보시겠어요?

0

후추맘

성공했습니다. 감사합니다!

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

 

 

이와 같이 에러가 납니다.

0

박조은

안녕하세요. 제가 install 명령어를 잘못올려드렸네요.

아래 명령어로 다시 설치해 주시고 지금과 같이 오류 메시지를 함께 부탁드릴게요!

conda install -c conda-forge pandas-profiling

 

 

이 명령어로 오류가 난다면 아래 명령어로 다시 확인 부탁드리겠습니다.

pip install -U pandas-profiling

0

박조은

안녕하세요.

오류 메시지를 보니 권한 문제로 보여집니다.

아래 명령어로 설치해 보시고 오류 메시지를 텍스트로 올려주시면 답변에 도움이 됩니다.

conda 사용시 : conda uninstall -c conda-forge pandas-profiling

패키지 설치 에러 ydata-profiling

0

121

2

자세한 설명 부탁드려요 ㅜ

0

177

2

seaborn 라이브러리 호출하였으나 그래프가 안 그려져요

0

288

2

value_counts와 count 차이

0

343

2

안녕하세요 데이터 최신과 관련해서 문의드립니다.

0

205

3

scatterplot질문

0

122

1

강의 화면이 안나옵니다

0

164

2

4분12초 2013년부터 데이터가 없으면 어떻게하나요?..

0

188

2

에러 메시지

1

303

2

그래프 색이 동일하게 나옵니다.

0

309

2

시각화 라이브러리 비교

0

383

2

주피터 노트북 설치

0

390

1

2. 상가 기술통계 아웃풋 자료에서 오류가 납니다

0

226

1

14. distplot g = sns.FacetGrid(df_last, row="지역명", height=1.7, aspect=4) g.map(sns.distplot, "평당분양가격", hist=False, rug=True); 오류

0

178

1

group by agg function failed 에러

0

687

2

빈도수가 1000개 이상인 데이터를 따로 담을 때 코드 질문 있습니다.

0

288

2

주피터 노트북 실행 했는데 앞에 *가 생기고 결과가 나오지 않아요

0

363

3

get_string함수에서 문자 'nan'

0

200

1

seaborn X축 시작 지점 조정 질의의 건

0

213

1

14강 distplot 질의

0

289

1

nbextension 설치 및 셋팅 후 적용이 안되는 이슈

0

478

1

corr = df.corr() 입력시 오류

1

373

1

keyword grid_b is not recognized

0

336

1

%ls data 매직커맨드 사용시 한글 깨짐

0

293

1