mindsdb_native icon indicating copy to clipboard operation
mindsdb_native copied to clipboard

Data analysis fails

Open ZoranPandovski opened this issue 3 years ago • 0 comments

A client is having issues when running the data_analysis using Mongo as a data source. Atm, we don't have an example of the data but if that is a blocker for reproducing the error we can ping them(in case they can share it).

http API: started on 47334
127.0.0.1 - - [13/May/2021 23:14:36] "POST / HTTP/1.1" 200 -
127.0.0.1 - - [13/May/2021 23:14:37] "POST / HTTP/1.1" 200 -
127.0.0.1 - - [14/May/2021 14:15:44] "POST / HTTP/1.1" 200 -
[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data]   Unzipping tokenizers/punkt.zip.
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Unzipping corpora/stopwords.zip.
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Package stopwords is already up-to-date!
ERROR:mindsdb-logger-core-logger---:/opt/conda/lib/python3.8/site-packages/mindsdb_native/libs/controllers/transaction.py:173 - Could not load module TypeDeductor

127.0.0.1 - - [14/May/2021 14:20:06] "POST / HTTP/1.1" 200 -
<Fault 1: "<class 'AttributeError'>:'tuple' object has no attribute 'rstrip'">
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Package stopwords is already up-to-date!
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Package stopwords is already up-to-date!
ERROR:mindsdb-logger-core-logger---:/opt/conda/lib/python3.8/site-packages/mindsdb_native/libs/controllers/transaction.py:173 - Could not load module TypeDeductor

127.0.0.1 - - [14/May/2021 14:20:46] "POST / HTTP/1.1" 200 -
<Fault 1: "<class 'AttributeError'>:'tuple' object has no attribute 'rstrip'">
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Package stopwords is already up-to-date!
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Package stopwords is already up-to-date!
ERROR:mindsdb-logger-core-logger---:/opt/conda/lib/python3.8/site-packages/mindsdb_native/libs/controllers/transaction.py:173 - Could not load module TypeDeductor

ZoranPandovski avatar May 20 '21 18:05 ZoranPandovski