Closed ThomasGalesloot closed 3 months ago
When running in a Windows environment, the path length can be a limiting factor, causing errors.
This change adds instructions for enabling long paths in Windows and adds runtime warnings to the codebase to alert users of the potential issue.
Added instructions to the INSTALL_GUIDE.md file for enabling long paths.
Patch
All unit tests pass: unit_test_results.txt
Manual Testing completed
N/A
Pull Request Key Information
Reason for change
When running in a Windows environment, the path length can be a limiting factor, causing errors.
What was changed
This change adds instructions for enabling long paths in Windows and adds runtime warnings to the codebase to alert users of the potential issue.
Intended Purpose
Added instructions to the INSTALL_GUIDE.md file for enabling long paths.
Level of version change required
Patch
Testing Completed
All unit tests pass: unit_test_results.txt
Manual Testing completed
Target Issue
N/A
Additional Information
N/A