HenryAlbu / auto-Instagram-posting-bot

A bot that downloads 9gag and Instagram posts, and re-uploads it to your Instagram account
GNU General Public License v3.0
166 stars 29 forks source link

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

Open rullrow opened 1 year ago

rullrow commented 1 year ago

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 commented 1 year ago
  1. Do pip install pysimplegui
  2. Edit insta.py script by replacing import autoit with import ait