gpt4 book ai didi

python - 如何在 macos 上为 python27 安装 jsonrpc

转载 作者:太空宇宙 更新时间:2023-11-03 17:39:34 24 4
gpt4 key购买 nike

我想检查代码的运行情况:

  from txjsonrpc.web import jsonrpc
from twisted.web import server
from twisted.internet import reactor

class Math(jsonrpc.JSONRPC):
"""
An example object to be published.
"""
def jsonrpc_add(self, a, b):
"""
Return sum of arguments.
"""
return a + b

reactor.listenTCP(7080, server.Site(Math()))
reactor.run()

但我收到一条错误消息:

/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7/Users/___/server.py
Traceback (most recent call last):
File "/Users/___/server.py", line 1, in <module>
from txjsonrpc.web import jsonrpc
ImportError: No module named txjsonrpc.web

Process finished with exit code 1

运行: pip 安装 jsonprc 下载/解压 jsonprc 找不到任何满足 jsonprc 要求的下载 打扫干净... 根本没有找到 jsonprc 的发行版

帮助新手程序员;)

最佳答案

只需谷歌搜索一次即可获得安装说明:

https://pypi.python.org/pypi/txJSON-RPC/0.3

黑客快乐!

关于python - 如何在 macos 上为 python27 安装 jsonrpc,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30779950/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com