79723660

Date: 2025-08-02 21:19:27
Score: 1.5
Natty:
Report link

I received help from @Peilonrayz, who was very helpful.

The fix for me was to go to the "regular" Windows PowerShell .exe and run

mkdir tmp; cd tmp; python -m venv venv; . venv/Scripts/Activate.ps1; pip install labelme; labelme --help

then

code venv/Lib/site-packages/labelme/__init__.py

which should open the __init__.py file in your editor. Add import onnxruntime at the very top of the file and run labelme in the PowerShell window and it should open the GUI.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Peilonrayz
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Otakuwu