报错提示:
ERROR: Could not find a version that satisfies the requirement numpy (from versions: none)
ERROR: No matching distribution found for numpy
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2
[notice] A new release of pip is available: 23.0.1 -> 23.1.2
[notice] To update, run: python.exe -m pip install --upgrade pip
找不到满足要求的版本,找不到n匹配分发
尝试:
为了在pycharm里运行图像处理程序,直接点安装软件包有如上报错,在cmd中pip install却能正常找到软件包。想起自己用过Anaconda。是Anaconda的原因导致在pycharm中无法正常安装。
解决:
将python解释器从原来单独安装的python改到Anaconda里的python
文章来源:https://www.toymoban.com/news/detail-626949.html
文章来源地址https://www.toymoban.com/news/detail-626949.html
到了这里,关于ERROR: Could not find a version that satisfies the requirement的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!