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
File "C:/Users/Ricardo/PycharmProjects/Tello/OPenpose.py", line 354
log.debug(f'special key {keyname0} pressed')
^
SyntaxError: invalid syntax
this happens when I try to run tello_openpose.py
and also cannot find reference from multiprocessing import sharedctypes
if I remove the f prefix, Will the code still work?
The text was updated successfully, but these errors were encountered:
File "C:/Users/Ricardo/PycharmProjects/Tello/OPenpose.py", line 354
log.debug(f'special key {keyname0} pressed')
^
SyntaxError: invalid syntax
this happens when I try to run tello_openpose.py
and also cannot find reference from multiprocessing import sharedctypes
if I remove the f prefix, Will the code still work?
The text was updated successfully, but these errors were encountered: