Coder Social home page Coder Social logo

Comments (3)

bitprophet avatar bitprophet commented on July 29, 2024 1

FWIW I found that it's possible to work around this by supplying shell environment variables to the invoking environment; pipsi's use of subprocess preserves the env well enough that you can, for example, do PIP_ALLOW_EXTERNAL=yes pipsi install foobar, as per https://pip.pypa.io/en/stable/user_guide/#environment-variables .

(In my case I didn't literally try allow-external, but I did have success using PIP_TIMEOUT=60 PIP_PROCESS_DEPENDENCY_LINKS=yes pipsi install path/to/private/git/url.)

from pipsi.

kevinastone avatar kevinastone commented on July 29, 2024

👍

ReviewBoard Tools fails as well:

~> pipsi install RBTools
Using real prefix '/System/Library/Frameworks/Python.framework/Versions/2.7'
New python executable in $HOME/.local/venvs/rbtools/bin/python
Installing setuptools, pip...done.
Downloading/unpacking RBTools
  Could not find any downloads that satisfy the requirement RBTools
  Some externally hosted files were ignored (use --allow-external RBTools to allow).
Cleaning up...
No distributions at all found for RBTools
Storing debug log for failure in $HOME/.pip/pip.log
Failed to pip install.  Aborting.

from pipsi.

RonnyPfannschmidt avatar RonnyPfannschmidt commented on July 29, 2024

this needs some kind of configuration to remember it for recreation

from pipsi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.