machinalis/iepy

Couldn't load document: field larger than field limit (131072)

Opened this issue · 2 comments

Hi guys, I tried to:


user@MacBook-Pro-de-User-3:~/test1/bin$ python3 csv_to_iepy.py /Users/user/Desktop/data_blob.csv
/usr/local/lib/python3.5/site-packages/sklearn/utils/fixes.py:55: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
  if 'order' in inspect.getargspec(np.copy)[0]:

Importing Documents to IEPY from /Users/user/Desktop/data_blob.csv
Couldn't load document: field larger than field limit (131072)
Couldn't load document: field larger than field limit (131072)
Added 1 documents
Added 2 documents
Added 3 documents

Any idea of how to proceed?.

Hi Alonso.

Sorry the delay.

That issue seems to be a problem with the database, but I'm not clear where is that limit set.

Are you using SQLite? Postgres? MySQL? Any other?

@jmansilla sorry for the late reply... I did not noticed about it. I am using the default database.