#python #pytorch #fairseq fairseq라는 툴을 요즘 사용중이다. 로컬에서는 잘 설치되지만 가상환경에서는 아래와 같은 에러가 발생했다.
WARNING: The user site-packages directory is disabled. error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: [Errno 13] Permission denied: '/usr/lib/python3.6/site-packages' The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /usr/lib/python3.6/site-packa...
#
fairseq
#
python
#
pytorch