Python version 2.7 required, which was not found in the registry

简介: windows下安装scipy,发现pip装不上,各种报错。索性用.exe格式的二进制包安装,结果报错说:Python version 2.7 required, which was not found in the registry好吧, 哥明明装好了python啊。

windows下安装scipy,发现pip装不上,各种报错。

索性用.exe格式的二进制包安装,结果报错说:
Python version 2.7 required, which was not found in the registry

好吧, 哥明明装好了python啊。只好hack一下,写一个python文件自行注册,具体参考:

http://www.cnblogs.com/min0208/archive/2012/05/24/2515584.html

目录
相关文章
|
6月前
|
Shell Python
/bin/sh: python: not found 问题
/bin/sh: python: not found 问题
|
13小时前
|
计算机视觉 Python
ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly
ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly
8 2
|
13小时前
|
计算机视觉 Python
python opencv:ERROR: Could not find a version that satisfies the requirement opencv ERROR:
python opencv:ERROR: Could not find a version that satisfies the requirement opencv ERROR:
67 2
|
13小时前
|
自然语言处理 开发者 Windows
Win11环境Mecab日语分词和词性分析以及动态库DLL not found问题(Python3.10)
日语因为存在假名,会导致翻译软件进行翻译时机翻味道过重的问题,比如積ん読(つんどく)这个词,大多数软件会翻译成:堆积的读,但其实是明明买了书却不读,光放着的意思。有时候也需要单独查句子中的单词释义来理解句子的意思,但一看下去全是假名,无法像中文或者英文那样进行简单的分词操作。 本次我们基于Python3.10的三方库Mecab来对日语进行分词和词性分析。
Win11环境Mecab日语分词和词性分析以及动态库DLL not found问题(Python3.10)
|
13小时前
|
Python
NPM【问题 01】npm i node-sass@4.14.1报错not found: python2及Cannot download问题处理
NPM【问题 01】npm i node-sass@4.14.1报错not found: python2及Cannot download问题处理
101 0
|
13小时前
|
iOS开发 MacOS Python
完美解决 Python library not found: libpython3.10m.dylib, Python3, .Python, libpython3....
完美解决 Python library not found: libpython3.10m.dylib, Python3, .Python, libpython3....
51 0
|
6月前
|
Python
Python安装库Could not find a version that satisfies the requirement requests (from versions: none)
Python安装库Could not find a version that satisfies the requirement requests (from versions: none)
|
Python
python离线安装环境 解决 ERROR: Could not find a version that satisfies the requirement xxx 以及winError[10061]
python离线安装环境 解决 ERROR: Could not find a version that satisfies the requirement xxx 以及winError[10061]
516 0
【解决方案】成功解决ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects报错信息
成功解决ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects报错信息
【解决方案】成功解决ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects报错信息
|
Ubuntu Python
基于Ubuntu的zsh: command not found: python错误简单解决方案
基于Ubuntu的zsh: command not found: python错误简单解决方案
421 0
基于Ubuntu的zsh: command not found: python错误简单解决方案