I'm facing this error while installing the setup for Tensorflow Object Detection API. How to fix this error?
Error: Could not install packages due to an OSError: [WinError 206] The filename or extension is too long: ```
I'm facing this error while installing the setup for Tensorflow Object Detection API. How to fix this error?
Error: Could not install packages due to an OSError: [WinError 206] The filename or extension is too long: ```
Error: Could not install packages due to an OSError: [WinError 206] The filename or extension is too long:
To fix this error on your Windows machine on regedit
and navigate to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
and edit LongPathsEnabled
and set value from 0 to 1
On Windows Operating Systems, you can enable long paths by editing the registry. You can achieve this by running regedit
and navigating to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" and changing the value of the variable longPathEnabled to 1
hi check this out https://www.youtube.com/watch?v=obJmcid_erI. i use method 1.
Just cut down the path means
if path is like this
D:\sentimental_analysis\research\final_model2.ipynb
change the file to
D:\research\final_model2.ipynb to this place simple.....
© 2022 - 2024 — McMap. All rights reserved.