You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module named xlrd which is needed from pyexcel_xls module doesn't support .xlsx files since 1.3.0 version. Then, test_requirments.txt needs to add line xlrd<=1.2.0.
The text was updated successfully, but these errors were encountered:
I have a trouble about
ImportError: cannot import name 'url' from 'django.conf.urls'
andModuleNotFoundError: No module named 'pyexcel.ext'
ImportError: cannot import name 'url' from 'django.conf.urls'
According to stack overflow, I can downgrade Django version for 3.x.x to handle this error.
So, I suggest to replace url with re_path and substitute Django>=2.0 for Django>=1.6.1. Because re_path is added in Django 2.0 version.
ModuleNotFoundError: No module named 'pyexcel.ext'
According to pyexcel issue, pyexcel.ext.* is deprecated. Docs Deprecated Alert
The module named
xlrd
which is needed frompyexcel_xls
module doesn't support.xlsx
files since 1.3.0 version. Then,test_requirments.txt
needs to add linexlrd<=1.2.0
.The text was updated successfully, but these errors were encountered: