dash-uploader icon indicating copy to clipboard operation
dash-uploader copied to clipboard

AttributeError: module 'dash_uploader' has no attribute 'UploadStatus'

Open FreireAlexander opened this issue 3 years ago • 1 comments

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

FreireAlexander avatar Jul 01 '22 21:07 FreireAlexander

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 avatar Jul 01 '22 22:07 fohrloop

Since there has been no activity in several months, I assume that the --pre flag resolved the issue. Feel free to reopen if needed.

fohrloop avatar Oct 05 '22 06:10 fohrloop