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 825 public repositories matching this topic...

fernandrone
fernandrone commented May 1, 2019

Issue description

pipenv uninstall --all-dev uninstalls shared default dependencies

Expected result

When running pipenv uninstall --all-dev I'd expect all dev dependencies and their dependencies to be removed, except those shared by default dependencies. Doing so breaks the application and forces me to run pipenv install.

Actual result

At least on one scenario th

var1abl3
var1abl3 commented Apr 9, 2020

Environment

  • pip version: latest
  • Python version: all
  • OS: all

Description
The "caching" section in the documentation is no longer accurate (and misleading). It states:
"When storing items in the cache, pip will respect the CacheControl header if it exists, or it will fall back to the Expires header if

itsayellow
itsayellow commented Jan 11, 2020

How would this feature be useful?

It would be cool if new documentation could automatically run whenever we make a release.

Implementing this action might help us gain experience and confidence to implement and Action to automatically publish to PyPI in the future.

Describe the solution you'd like

coronavirus-tracker-api
Akuukis
Akuukis commented Mar 27, 2020

Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.

Can you please de

dephell
tylerwmarrs
tylerwmarrs commented Jan 18, 2019

There seems to be a lot of inconsistency in coding style. For example, the time series variable is as tsA instead of snake cased as ts_a. Python conventions are not being met within the code. This is fairly low priority, but something to consider; especially if many people contribute. I am not saying that this code base should follow Python standards - just a standard.

eddie-dunn
eddie-dunn commented Jun 16, 2017
% pip-upgrader
<snip>
Traceback (most recent call last):
  File "/home/username/.virtualenvs/venv/bin/pip-upgrade", line 11, in <module>
    sys.exit(main())
  File "/home/username/.virtualenvs/venv/lib/python3.5/site-packages/pip_upgrader/cli.py", line 70, in main
    packages, options.get('--use-default-index')).detect_available_upgrades(options)
  File "/home/username/.virtualenvs/v
sergiogcharles
sergiogcharles commented Apr 1, 2020

Is there a reference to the AR Kit that Agora.io claims to have implemented, namely "AR Filters and Stickers"? The description is as follows: Apply 600+ animated stickers, magic mirror and color filters. Take control of everything from UI to stream size and support third-party add-ons like filter, encryption, facial recognition, emojis, and more.

I have tried to find documentation on these AR F

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

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

Related Topics

package-manager python
You can’t perform that action at this time.