在使用pip的时候出现了如下问题:

轻松解决pip show pkg出错的问题

No such file or directory: 'd:\\anaconda\\lib\\site-packages\\PyHamcrest-1.9.0.dist-info\\METADATA'

解决方法:pip install PyHamcrest==1.9.0 或者 conda install PyHamcrest==1.9.0

轻松解决pip show pkg出错的问题

那么以此类推,报错说没有什么文件之类的,看一下是不是缺少了pkg

相关文章:

  • 2021-04-21
  • 2022-01-10
  • 2021-10-04
  • 2021-11-25
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-28
  • 2021-09-30
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
相关资源
相似解决方案