Benny- / Yahoo-ticker-symbol-downloader

A web scraper for ticker symbols from yahoo finance
https://pypi.python.org/pypi/Yahoo-ticker-downloader/
Other
247 stars 87 forks source link

Export not working for excel nor yaml, but for json #48

Open el-analista opened 6 years ago

el-analista commented 6 years ago

Hi,

I keep receiving this message when doing python YahooTickerDownloader.py -e Exporting generic symbols Could not export .xlsx due to a internal error

Do you know what could be causing this issue?

thanks

Benny- commented 6 years ago

Nope, I don't. Can you send me the .pickle file?

el-analista commented 6 years ago

oh hold on did some debugging. It exports nice with python 2.7 but not with 3.7 Do you still need the pickle? Thanks master!

Benny- commented 6 years ago

Yes, please. Sending me the pickle file will allow me to debug why it doesn't work in 3.7 and fix it.

This script should support python 2 as well as python 3.

AmericanEagle1989 commented 3 years ago

I am having the same issue. I have Python 3.9.0

"The downloader has already finished downloading everything

Exporting generic symbols Could not export .xlsx due to a internal error Could not export .yaml due to a internal error

Process finished with exit code 0"

Have you found a solution?

AmericanEagle1989 commented 3 years ago

Actually, it's all good. Even though it gives that message, I checked if the file wasn't by any chance in the folder and it is so I'm good. :-)