Benny-/Yahoo-ticker-symbol-downloader

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

Opened this issue · 3 comments

zsong commented

/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.

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.

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

@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?