我正在尝试在我的 Win10 上的 python3.4 或 py 2.7 中安装 io 模块
python -m pip install io
Run Code Online (Sandbox Code Playgroud)
为了将 io.StringIO 与 pycurl 一起使用,但在这两种情况下它都说:
Could not find a version that satisfies the requirement io (from versions: )
No matching distribution found for io
Run Code Online (Sandbox Code Playgroud)
我实际上想使用带有 GET 方法的 curl 来访问 spotify 上的 https 站点
并处理 json 结果...
任何的想法?
谢谢