Closed capem closed 4 years ago
Thanks for reporting. What is the output of
import dash
print(dash.__version__)
i.e. what is the version of dash
you are using?
import dash print(dash.version) 1.9.1
Well I just removed the ALL from the imports in the 'configure_upload.py' file and it worked.
Yeah seems that ALL
was added to dash.dependencies
at version 1.11.0. The import was unnecessary so I just removed it.
This is now fixed in dash-uploader 0.3.1.