pylabelme
pylabelme copied to clipboard
class Resource(metaclass=ResourceBase) - invalid syntax error
I cloned the repository and when I try to run the command ./labelme.py, I get the following error -
(test) m@m-ubu1404:~/labelme/pylabelme$ ./labelme.py
Traceback (most recent call last):
File "./labelme.py", line 33, in
I have installed resources==0.0.1
^
I had the same issue. setting the PYTHONPATH environment variable solved my issue
hi, how did you configure the environment variable PYTHONPATH @jabir366
Same error here