We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lml.utils: ERROR: Failed to import pyexcel_xls.xlsr 671Traceback (most recent call last): 672 File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/lml/utils.py", line 59, in do_import_class 673 plugin_module = import(plugin_module_name) 674 File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/pyexcel_xls/xlsr.py", line 17, in 675 from pyexcel_io._compact import OrderedDict, PY2 676ImportError: cannot import name 'PY2'
The text was updated successfully, but these errors were encountered:
5afbe74
No branches or pull requests
lml.utils: ERROR: Failed to import pyexcel_xls.xlsr
671Traceback (most recent call last):
672 File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/lml/utils.py", line 59, in do_import_class
673 plugin_module = import(plugin_module_name)
674 File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/pyexcel_xls/xlsr.py", line 17, in
675 from pyexcel_io._compact import OrderedDict, PY2
676ImportError: cannot import name 'PY2'
The text was updated successfully, but these errors were encountered: