IfxPy安装失败

时间:2020-09-30 16:30:05

标签: python-3.x windows pip informix

我有同样的问题。

C:>pip install IfxPy ERROR: Could not find a version that satisfies the requirement IfxPy (from versions: none) ERROR: No matching distribution found for IfxPy

它在Python2.7上运行,但是现在我安装了Python3.8.6,并且我不能使用IfxPy。我尝试使用pip并直接在zip文件上使用“ python setup.py install”进行安装,但未成功。你能帮我吗?

C:>python -V Python 3.8.6

C:>pip -V pip 20.2.3 from c:\python 3.8\lib\site-packages\pip (python 3.8)

C:>pip3 -V pip 20.2.3 from c:\python 3.8\lib\site-packages\pip (python 3.8)

C:>set PATH Path=C:\Python 3.8\Scripts;C:\Python 3.8;C:\Python27;C:\Python27\Scripts;C:\Program Files\ibm\gsk8\lib64;C:\Program Files\ibm\gsk8\bin;C:\Program Files\Informix Client-SDK;C:\ProgramData\Oracle\Java\javapath;C:\Oracle806\bin;C:\Progra~1\Oracle\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Python27;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\SysWOW64;C:\Users\p054007\AppData\Local\Programs\Python\Python38-32\Scripts;C:\Users\p054007\AppData\Local\Programs\Python\Python38-32;C:\Oracle806\bin;C:\Progra~1\Oracle\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Python27;C:\Users\p054007\AppData\Local\Microsoft\WindowsApps;C:\Python27\Scripts;C:\Users\p054007\AppData\Local\Microsoft\WindowsApps;
set PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW

1 个答案:

答案 0 :(得分:1)

最新发布的IfxPy(当前为3.0.3)仅提供适用于Windows的64位Python 3.7和适用于Linux的64位Python 3.8的轮子。

使用适用于Windows的64位Python 3.7进行安装。或compile from sources