강의

멘토링

커뮤니티

Inflearn Community Q&A

remind15803640's profile image
remind15803640

asked

Data-Driven Investment Methods for a Lifetime with Python Quant Investing

How to implement a permanent portfolio

No module named 'FinanceDataReader' 이거 어떻게 해결하나요?

Written on

·

1.5K

0

위처럼 뜹니다 ㅠ ㅠ

퀀트python투자pandas

Answer 1

0

Jay님의 프로필 이미지
Jay
Instructor

안녕하세요.

해당 에러는 필요한 모듈이 설치되지 않아서 발생한 문제입니다. 아래 명령어를 주피터노트북 블럭에서 실행해주시면 모듈을 설치하실 수 있고 정상적으로 코드를 실행시키실 수 있어요!

감사합니다.

 

pip install -U finance-datareader
remind15803640's profile image
remind15803640

asked

Ask a question