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.

Support passing through find_links option to pip

See original GitHub issue

I want to install package which take ages and lots of RAM to compile from source from wheels instead. I was able to build the wheel just fine on a different machine with the same system.

Describe your environment
  1. OS Type: Docker
  2. Python version: 3.6.4
  3. Pipenv version: 9.1.0
Expected result

I expected it to take the find_links option from my Pipfile and pass it to pip when calling pip install

Actual result

It does not pass this option, thus pip starting to build, taking forever and failing with an out of memory error eventually.

Steps to replicate

Add find_links = "wheelhouse/" to your Pipfile [[source]] section.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kennethreitzcommented, Feb 26, 2018

this seems like a good idea.

0reactions
techalchemycommented, Feb 28, 2018

@Leonidas-from-XIV @jtratner I believe the real solution we will want to use is to always first generate a hash of the actual installation file we are using and add that as a main comparison point in some way

/cc @nateprewitt

Read more comments on GitHub >

github_iconTop Results From Across the Web

flag to force use of --find-links and ignore later PyPI versions ...
There is no pip command that will allow me to install my packages using the requirements.txt file, unless I am missing something.
Read more >
pip install - pip documentation v22.3.1
The install command has a --report option that will generate a JSON report of what pip has installed. In combination with the --dry-run...
Read more >
Using an extra python package index url with setup.py
You need to tell pip this, or by passing a parameter like you mentioned, or by setting this on the user environment.
Read more >
pip Documentation - Read the Docs
Support tab-completion when there is a global-option before the subcommand. ... Added ability to pass local file and directory paths to --find-links, ...
Read more >
Installing Packages - Python Packaging User Guide - Python.org
For a full breakdown of the syntax, see pip's section on VCS Support. Unix/macOS. python3 -m pip install -e git+https://git.repo/some_pkg.
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