Windows 11 Error #24
Replies: 4 comments 1 reply
-
see also this tread: |
Beta Was this translation helpful? Give feedback.
-
The error says you don't have any permission to write that file. You can try to give write permission to the program or change the directory to somewhere else where the program has write permission. |
Beta Was this translation helpful? Give feedback.
-
Hi, see also here: ayoolaolafenwa/PixelLib#123 (comment) Best regards |
Beta Was this translation helpful? Give feedback.
-
Yes, as I wrote, only the very first version (0.1.0) works with Windows 11. The permission error is because Labelme2coco generates a folder and then wants to write to a text file. Have a nice day, |
Beta Was this translation helpful? Give feedback.
-
Hi
I am using labelme2coco with pixellib.
It works fine with Windows10, but not with Windows11.
The tool creates a directory and then wants to write to a text file. Then Errno13 arises. I would be very happy about your help. best regards Wilhelm
I have tried different versions.

pip3 install scikit-image==0.18.3
pip3 install numpy==1.19.5
pip3 install tensorflow==2.5.0
pip3 install imgaug
pip3 install pixellib --upgrade
pip3 install labelme2coco==0.1.2
Beta Was this translation helpful? Give feedback.
All reactions