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,499 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
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
Popovers
MainasuK
MainasuK commented May 27, 2022

https://github.com/aheze/Popovers/blob/47b82f57f7b1e56e962cf9047e9b6ceddf52d294/Sources/Templates/Shadow.swift#L26-L31

Hello. I'm try to intergrade a popover for custom SwiftUI control. I notice the shadow template is implement with .label color. This color works well in Light Mode. But for the Dark Mode the shadow color should still be black and we needs elevate the modal background color

enhancement good first issue

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

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

Related Topics

package-manager python