You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yosoerror1314
So firstly:
OSError: [WinError 1314] A required privilege is not held by the client: 'C:\Users\rohit\YOSO\configs' -> 'C:\Users\rohit\YOSO\detectron2\model_zoo\configs'
and in the handling of the error i get:
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\rohit\YOSO\configs'
now the second error i understand because configs exists inside detectron2\model_zoo, i dont understand the first.
How to resolve
The text was updated successfully, but these errors were encountered:
RohitKangoni
changed the title
Cannot find the path when "python setup.py develop" is run
.
Jun 11, 2023
RohitKangoni
changed the title
.
Cannot find the path when "python setup.py develop; A required privilege is not held by the client
Jun 11, 2023
Yosoerror1314
So firstly:
OSError: [WinError 1314] A required privilege is not held by the client: 'C:\Users\rohit\YOSO\configs' -> 'C:\Users\rohit\YOSO\detectron2\model_zoo\configs'
and in the handling of the error i get:
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\rohit\YOSO\configs'
now the second error i understand because configs exists inside detectron2\model_zoo, i dont understand the first.
How to resolve
The text was updated successfully, but these errors were encountered: