AttributeError: module 'dash_uploader' has no attribute 'UploadStatus'
FreireAlexander opened this issue · 2 comments
FreireAlexander commented
I've been trying to use the demo code and I receive this message.
def callback_on_completion(status: du.UploadStatus):
AttributeError: module 'dash_uploader' has no attribute 'UploadStatus'
I'm usingh demo code
fohrloop commented
I guess you have an older version of dash-uploader installed. Try the pre-release 0.7.0-a1. Note that to install a pre-release with pip, you need to use the --pre
flag.
fohrloop commented
Since there has been no activity in several months, I assume that the --pre
flag resolved the issue. Feel free to reopen if needed.