我想安装pyrfc,但是这个包似乎已经不存在了:
C:\>easy_install pyrfc-1.9.3-py2.7-win32.egg
Searching for pyrfc-1.9.3-py2.7-win32.egg
Reading https://pypi.python.org/simple/pyrfc-1.9.3-py2.7-win32.egg/
Couldn't find index page for 'pyrfc-1.9.3-py2.7-win32.egg' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for pyrfc-1.9.3-py2.7-win32.egg
error: Could not find suitable distribution for Requirement.parse('pyrfc-1.9.3-py2.7-win32.egg')我也搜索过网站https://pypi.python.org/simple/,没有成功,没有像pyrfc这样的东西。我尝试过pip,但也没有成功。pyrfc还存在吗?我做的事情有什么明显的错误吗?Thx
发布于 2016-06-16 03:30:43
从github获取
https://github.com/SAP/PyRFC/tree/master/dist
并使用easy_install
C:\myprograms>easy_install C:\Users*****\PyRFC\dist\pyrfc-1.9.4-py2.7-win-amd 64.eg.
发布于 2016-05-26 20:18:09
请参阅https://github.com/SAP/PyRFC
下载的先决条件是在SAP Service Marketplace上拥有客户或合作伙伴帐户,如果您是SAP员工,请查看SAP OSS备注1037575 - SAP员工的软件下载授权。
如果你点击这个链接http://sap.github.io/PyRFC/install.html中的"Download“-你会被要求输入用户名/密码
https://stackoverflow.com/questions/37460091
复制相似问题