csv name conflict #1386
Unanswered
BorderCollieLover
asked this question in
Q&A
Replies: 1 comment
-
Could you provide the full error? The init.py is empty in that directory, and "QUOTE_NONNUMERIC" does not appear to be part of the code base. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Might be a stupid question, but I constantly run into name conflict with csv. Specifically, with the csv directories in the project, I keep running into:
ImportError: cannot import name 'QUOTE_NONNUMERIC' from 'csv' (/mnt/sda1/pysystemtrade/sysdata/csv/init.py)
How can I solve this problem? Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions