pip instructions failed
See original GitHub issueFollowing the install instructions:
pip install instapy-cli
I got
Could not find a version that satisfies the requirement instagram-private-api-extensions==0.3.8 (from instapy-cli) (from versions: ) No matching distribution found for instagram-private-api-extensions==0.3.8 (from instapy-cli)
So I went to instagram-private-api-extensions
’s page and followed their instructions:
pip install git+https://git@github.com/ping/instagram_private_api.git@1.6.0
I had to do the same with instagram-private-api
, and then instapy-cli
installed fine. However, those two packages should have been installed automatically.
Python 3.7.2
on macOS 10.14.4
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
"pip install unroll": "python setup.py egg_info" failed with error ...
Open a command prompt in elevated mode (run as administrator) · Firstly do pip install ez_setup · Then do pip install unroll (It...
Read more >'python setup.py egg_info' failed with error code 1 - STechies
When you are trying to install packages from pip, Python's standard package management system, you might encounter an error called “pip install unroll”:...
Read more >Install instructions fail, error message simply repeats ... - GitHub
Trying to follow install instructions for NVIDIA tensorflow via pip (& pyindex) posted at https://github.com/NVIDIA/tensorflow#install ...
Read more >User Guide - pip documentation v22.3.1
When globally installed packages are on the python path, and they satisfy the installation requirements, pip does nothing, and reports that requirement is ......
Read more >executor failed running [/bin/sh -c pip install -r requirements.txt]
Installation via Docker is stuck with the following error: error: failed to solve: executor failed running [/bin/sh -c pip install -r /tmp/requirements.txt ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m having this same issue, except that I installed instagram-private-api and instagram-private-api-extensions using the methods above, and am still getting
Could not find a version that satisfies the requirement instagram-private-api-extensions==0.3.8 (from instapy-cli) (from versions: ) No matching distribution found for instagram-private-api-extensions==0.3.8 (from instapy-cli)
when I try topip install instapy-cli
Any advice would be appreciated!I’m releasing an hot fix. Please update your instapy-cli version to 0.0.9.2 🥂