Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mplfinance 오류 #117

Open
mingolit opened this issue Sep 16, 2021 · 1 comment
Open

mplfinance 오류 #117

mingolit opened this issue Sep 16, 2021 · 1 comment
Labels
question Further information is requested v2

Comments

@mingolit
Copy link

Traceback (most recent call last):
from mplfinance.original_flavor import candlestick_ohlc
ModuleNotFoundError: No module named 'mplfinance'

2020mid 에 mpl_finance에서 mplfinance로 바껴서
from mplfinance.original_flavor import candlestick_ohlc 이것을 적용했는데
pip install, conda install, conda install -c forge 도 사용했지만 프롬프트, 터미널에선 이미 설치된 거라고 합니다. 그런데 실행시 위와 같은 오류가 납니다. 도와주시면 감사하겠습니다,

@quantylab
Copy link
Owner

quantylab commented Sep 20, 2021

설치하신 아나콘다 라이브러리 위치(ex. ~/anaconda3/lib/python3.8/site-packages/)에 mplfinance가 잘 위치하고 있는지 먼저 확인해보시면 좋겠습니다.

image

pip install mplfinance로 설치하면 됩니다.

@quantylab quantylab added v2 question Further information is requested labels Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested v2
Projects
None yet
Development

No branches or pull requests

2 participants