ModuleNotFoundError:尝试导入时没有名为“ iqoptionapi.stable_api”的模块

时间:2019-10-13 01:54:12

标签: python python-module

我尝试了pip install iqoptionapi,安装成功,但是 我看到了相同的错误

  

ModuleNotFoundError:没有名为“ iqoptionapi.stable_api”的模块。

我使用了以下代码。

from iqoptionapi.stable_api import IQ_Option

为什么会出现此错误? 我期待着您的友好答复。 谢谢。 :)

1 个答案:

答案 0 :(得分:0)

https://github.com/n1nj4z33/iqoptionapi此项目已过时 卸载

sudo pip uninstall iqoptionapi

该代码仅适用于我的fork版本 https://github.com/Lu-Yi-Hsun/iqoptionapi

from iqoptionapi.stable_api import IQ_Option

并安装此api

sudo pip install -U git+git://github.com/Lu-Yi-Hsun/iqoptionapi.git

或者您可以下载代码 https://github.com/Lu-Yi-Hsun/iqoptionapi/archive/master.zip 并在Administrator cmd上运行

python setup.py install