import error
fizwit opened this issue · 2 comments
fizwit commented
Bug Report
Operating system
Ubuntu 14.04/18.04
Client version
Python 3.7.4
synapseclient 1.9.3
Description of the problem
>>> import synapseclient
ImportError: cannot import name 'csv' from 'backports' (/app/easybuild/software/Python/3.7.4-foss-2016b-fh1/lib/python3.7/site-packages/backports/__init__.py)
Why use backports with Python 3.x ?
zimingd commented
It's odd that the required dependency did not get automatically installed:
pip install backports.csv
We're using backports because version 1.9.3 still has Python 2 support.
We will be dropping Python 2 support and removing backports
for the next version (2.0.0).
fizwit commented
I have since installed backports.csv. Backports was not listed as a
dependency.
John Dey
john@fuzzdog.com
…On Tue, Aug 13, 2019 at 3:34 PM Ziming Dong ***@***.***> wrote:
It's odd that the required dependency did not get automatically installed:
pip install backports.csv
We're using backports because version 1.9.3 still has Python 2 support.
We will be dropping Python 2 support and removing backports for the next
version (2.0.0).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#689?email_source=notifications&email_token=ABHC3SYRQ6UWXTH7XLUXADDQEMZIZA5CNFSM4IKV3VB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4HFVZI#issuecomment-521034469>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHC3SZLXO7PNIZRUSS6YGTQEMZIZANCNFSM4IKV3VBQ>
.