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
I want to run main.py but keep getting following error:
"This module will be removed in 0.20.", DeprecationWarning)
Traceback (most recent call last):
File "main.py", line 61, in <module>
main()
File "main.py", line 35, in main
raise "%s is not a folder" % raw_data_path
TypeError: exceptions must derive from BaseException
anyway to solve this?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi ,
I want to run main.py but keep getting following error:
anyway to solve this?
Thanks,
The text was updated successfully, but these errors were encountered: