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
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Following the regular instructions in the read me on Win10 using Py3, it fails running "python sample" or "python3 sample"
$ python sample
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\runpy. py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\runpy. py", line 85, in _run_code
exec(code, run_globals)
File "sample\__main__.py", line 8, in
from view import MyApp
File "sample\view\__init__.py", line 15, in
from view.panel_detection import DetectionPanel
File "sample\view\panel_detection.py", line 90
@util.async
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Following the regular instructions in the read me on Win10 using Py3, it fails running "python sample" or "python3 sample"
The text was updated successfully, but these errors were encountered: