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?
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?