turicas / rows

A common, beautiful interface to tabular data, no matter the format
GNU Lesser General Public License v3.0
865 stars 136 forks source link

After pip install, import immediately breaks in interpreter due to plugin error with sys.maxsize #355

Closed camphil-kalderos closed 3 years ago

camphil-kalderos commented 3 years ago

import rows Traceback (most recent call last): File "", line 1, in File "C:\Users\cphil\Anaconda3\lib\site-packages\rows__init.py", line 22, in import rows.plugins as plugins File "C:\Users\cphil\Anaconda3\lib\site-packages\rows\plugins\init__.py", line 20, in from . import plugin_csv as csv # NOQA File "C:\Users\cphil\Anaconda3\lib\site-packages\rows\plugins\plugin_csv.py", line 34, in unicodecsv.field_size_limit(sys.maxsize) OverflowError: Python int too large to convert to C long

turicas commented 3 years ago

Duplicate of #306.