Skip to content
#

pip

pip logo

pip is a de facto standard package-management system used to install and manage software packages written in Python. Many packages can be found in the default source for packages and their dependencies — Python Package Index (PyPI).

Here are 1,464 public repositories matching this topic...

BramVanroy
BramVanroy commented Mar 6, 2019

I am trying out the latest version (from the master branch) to find out if some earlier issues are fixed, but I stumble upon something else.

When installing some dependencies (in my case numpydoc==0.8.0 and overrides==1.9), this fail with the message Will try again. Indeed, pipenv lets me know 'Installing initially failed dependencies...' but does not give any feedback whether it succeede

help wanted good first issue
ndevenish
ndevenish commented Aug 3, 2021

The documentation for --install-options (online at https://pip.pypa.io/en/latest/cli/pip_install/#cmdoption-install-option) gives the example of passing --install-scripts. Since #7309 this is now an invalid option. This example should be updated (and perhaps the current way to achieve this added).

Text comes from:
https://github.com/pypa/pip/blob/87aee20df2890a89f70eecbd7086262146a2e64a/src/

type: docs good first issue S: awaiting PR
farawayeast
farawayeast commented Apr 5, 2022

hello
According to the provided tutorial, for a single image processing, the output is normal, when batch processing, the file can be detected, and the progress bar also shows the processing of the image, but the output folder /runs/predict/exp is empty. how can I solve this problem?

documentation enhancement good first issue
video-to-ascii
cclauss
cclauss commented Jul 9, 2021

This is a Good First Issue to fix the following typos

./video_to_ascii/cli.py:8: usefull ==> useful
./video_to_ascii/render_strategy/ascii_strategy.py:72: correcly ==> correctly
./video_to_ascii/render_strategy/ascii_strategy.py:72: builded ==> built
./video_to_ascii/render_strategy/image_processor.py:1: usefull ==> useful
./video_to_ascii/render_strategy/image_processor.py:14: apropia
good first issue
htadashi
htadashi commented Dec 18, 2021

Is your feature request related to a problem? Please describe.

No.

Describe the solution you'd like

It would be nice to have the option of getting pip-audit's output in SARIF format. This would help create GitHub actions (#198) that naturally integrate with GitH

enhancement help wanted good first issue component:output-formats

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

Repository
pypa/pip
Website
pip.pypa.io
Wikipedia
Wikipedia

Related Topics

package-manager python