Home ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/Users/lyk/opt/anaconda3/envs/env01/lib/python3.6/site-packages/numpy-1.19.5.dist-info/METADATA’
Post
Cancel

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/Users/lyk/opt/anaconda3/envs/env01/lib/python3.6/site-packages/numpy-1.19.5.dist-info/METADATA’

Error

  • pip install 뭐시기만 하면 다음과 같은 에러가 발생했다.

    스크린샷_2022-04-05_오후_9 58 31

Error 해결

  • 잘 읽어보면 METADATA가 없다고 한다.
  • 직접 들어가보니 정말 METADATA가 없었다.
  • numpy-1.19.5.dist-info에 METADATA가 없어 numpy-1.19.2.dist-info에 있는 METADATA를 복사해왔더니 해결 되었다.
This post is licensed under CC BY 4.0 by the author.