Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a version that satisfies the requirement instagram-scraper==1.9.0 (from versions: none) #38

Open
rullrow opened this issue Dec 2, 2022 · 1 comment

Comments

@rullrow
Copy link

rullrow commented Dec 2, 2022

mymy@ser:/workspace/auto-Instagram-posting-bot $ sudo pip install -r requirements.txt
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting selenium==3.141.0
Using cached https://www.piwheels.org/simple/selenium/selenium-3.141.0-py2.py3-none-any.whl (904 kB)
Collecting Pillow==7.1.2
Using cached https://www.piwheels.org/simple/pillow/Pillow-7.1.2-cp39-cp39-linux_armv7l.whl (1.1 MB)
Collecting PySimpleGUI==4.19.0
Using cached https://www.piwheels.org/simple/pysimplegui/PySimpleGUI-4.19.0-py3-none-any.whl (333 kB)
ERROR: Could not find a version that satisfies the requirement instagram-scraper==1.9.0 (from versions: none)
ERROR: No matching distribution found for instagram-scraper==1.9.0
mymy@ser:
/workspace/auto-Instagram-posting-bot $ sudo python -m pip install instagram-scraper
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement instagram-scraper (from versions: none)
ERROR: No matching distribution found for instagram-scraper

mymy@ser:~/workspace/auto-Instagram-posting-bot $ dpkg -l | grep pip
ii python-pip-whl 20.3.4-4+rpt1+deb11u1 all Python package installer (pip wheels)
ii python3-pip 20.3.4-4+rpt1+deb11u1 all Python package installer

How can I solve this issue?

@IqBroly
Copy link

IqBroly commented Jan 15, 2023

  1. Do pip install pysimplegui
  2. Edit insta.py script by replacing import autoit with import ait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants