开发者社区 问答 正文

使用pypy3 安装forexconnect时报错

pypy3 -m pip install forexconnect

ERROR: Could not find a version that satisfies the requirement forexconnect (from versions: none) ERROR: No matching distribution found for forexconnect

展开
收起
游客6qcs5bpxssri2 2019-10-12 12:59:28 2999 分享 版权
1 条回答
写回答
取消 提交回答
  • 先查看支持下载的版本:

    pip install forexconnect==0

    然后,安装相应版本:

    pip install forexconnect==versionnumber

    2019-10-12 13:02:39
    赞同 展开评论
问答地址: