ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

No module named api #457

Closed Milkywayrules closed 6 years ago

Milkywayrules commented 6 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Purpose of your issue?


The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.


For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.

Paste the output of python -V here:

Code:

from .api import API

Error/Debug Log:

Traceback (most recent call last):
  File "like_users.py", line 13, in <module>
    from instabot import Bot
  File "C:\users\dio\documents\koding\python\instabot-master\examples\../instabot\__init__.py", line 1, in <module>
    from .api import API
ImportError: No module named api

Describe your issue

I have follow all the instructions, but still this error showed up. requirements.txt also installed. I am using python 2.7 and windows 10. Any solution for this?

hi-im-root commented 6 years ago

use pip install instabot

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.