-
Notifications
You must be signed in to change notification settings - Fork 9
ImportError: cannot import name 'basestring' from 'pyparsing' #41
Comments
import dfsql.utils
./miniconda3/lib/site-packages/dfsql/utils.py in <module>
----> 1 from pyparsing import basestring
2
3 from dfsql.engine import pd
4 from dfsql.exceptions import QueryExecutionException
5
ImportError: cannot import name 'basestring' from 'pyparsing' (./miniconda3/lib/site-packages/pyparsing/__init__.py) |
Thanks. This is fixed in #39, but the mysterious Ray/Dask issues are preventing me from releasing the fix. You can checkout |
Yes, I do not see the issue related to the import error in |
Absolutely! But currently dfsql doesn't pass tests on OSX with Dask engine and on Ubuntu with Ray engine. Can't make a release until this is resolved |
Hope this will happen soon. |
@btseytlin, what is the status on this issue? |
CC @StpMax |
@StpMax can we close? |
Hi guys, I noticed that
dfsql
doesn't work with new versions ofpyparsing
(since 3.0.0). This should probably be fixed.The text was updated successfully, but these errors were encountered: