phamdinhkhanh / vnquant

VietNam Data Stock Market Price
388 stars 180 forks source link

Lỗi khi chọn data source cafe #15

Closed gahoccode closed 2 years ago

gahoccode commented 3 years ago

Hi bạn, Trong quá trình làm khi cố gắng lấy data từ cafe thì bị báo lỗi, mình đổi lại vnd thì bình thường. Mình có đính kèm ảnh https://ibb.co/r4j7wLP ImportError: lxml not found, please install it, mặc dù đã cài rồi. Không biết mình còn thiếu thư viện nào không? Mình đang dùng python 3.8. Rất mong bạn giúp đỡ. Cảm ơn!

phamdinhkhanh commented 2 years ago

You need to install lxml

pip3 install lxml

The same reference error:

https://github.com/ranaroussi/yfinance/issues/148