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

warn("Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead") #38

Open zsong opened 6 years ago

zsong commented 6 years ago

/venv/lib/python3.4/site-packages/openpyxl/worksheet/worksheet.py:303: UserWarning: Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead warn("Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead")

Can't export.

Benny- commented 6 years ago

I have confirmed this warning. The problem about being unable to export was not reproducible. I could see exported files with content. How do you run the command (please give parameters)?

This warning comes from how the tablib lib uses another library: https://github.com/kennethreitz/tablib/issues/298

I'm a bit doubtful about upgrading my dependencies (if tablib releases a fixed version) as this only seems to be a deprecation warning.

0x0Koda commented 6 years ago

I'm also getting this error tablib=12.1 openpyxl=2.4.9 python 3.5 yahoo-ticker-downloader=2.4.1

python.exe YahooTickerDownloader.py stocks -E AX -m au

running from command line inside fresh virtual env

Benny- commented 6 years ago

@DaneEdwards , Thank you for the detailed versions and the way it is called. Can you confirm if it terminates right away? If so can you provide a full console log?