question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip instructions failed

See original GitHub issue

Following 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
provisionalideascommented, Apr 10, 2019

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 to pip install instapy-cli Any advice would be appreciated!

0reactions
b3nabcommented, May 5, 2019

I’m releasing an hot fix. Please update your instapy-cli version to 0.0.9.2 🥂

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found