[win10]Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory
원인에 대해
같은 오류가 발생한 사람의 도움이 될 것이라고 생각이 기사를 썼습니다.
>pip install tf-nightly-gpu-2.0-preview
pip install 중에 다음과 같은 오류가 발생했습니다.
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\\Users\\****\\AppData\\Local\\Temp\\pip-install-iwat19hr\\tf-nightly-gpu-2.0-preview\\tf_nightly_gpu_2.0_preview-2.0.0.dev20190605.data/purelib/tensorflow/include/tensorflow/include/external/eigen_archive/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h'
조사한 결과, 원인은 패스가 너무 긴 것 같습니다.
win10은 기본적으로 260자 제한이 있으므로 이를 해제해야 합니다.
대책
>pip install tf-nightly-gpu-2.0-preview
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\\Users\\****\\AppData\\Local\\Temp\\pip-install-iwat19hr\\tf-nightly-gpu-2.0-preview\\tf_nightly_gpu_2.0_preview-2.0.0.dev20190605.data/purelib/tensorflow/include/tensorflow/include/external/eigen_archive/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h'
2. 컴퓨터 구성 > 관리 템플릿 > 시스템 > 파일 시스템을 클릭합니다.
이제 설치할 수 있습니다.
(할 수없는 경우 다른 사람에게 물어보십시오)
참고 링크
htps : // 기주 b. 코 m / 천사 rf w / 천사 rf w / 이스에 s / 24886
htps : // bg. 베어 ch에서. 에서 v/엔트리/2017/07/25/183000
Reference
이 문제에 관하여([win10]Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/y-shoji/items/19def45edf582646f584
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여([win10]Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/y-shoji/items/19def45edf582646f584텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)