I try to install labelme by referring to https://github.com/wkentaro/labelme/tree/main#anaconda
In particular:
However, when following the procedures, it shows on my Anaconda prompt
How to fix it?
I try to install labelme by referring to https://github.com/wkentaro/labelme/tree/main#anaconda
In particular:
However, when following the procedures, it shows on my Anaconda prompt
How to fix it?
Copyright © 2021 Jogjafile Inc.
I had the same problem when using 'pip install labelme'. My workaround solution is to install the previous version of labelme. For example: 'pip install labelme==5.3.0'.