pip
Find where dependencies are coming from in Python?
When I run pip install . I get all dependencies installed, including transitive dependencies, but the problem is that there are开发者_StackOverflow中文版 two modules that depend on two different versi[详细]
2023-04-05 09:57 分类:问答Pip package install with preinstalled dependencies
I would like to install some python packages from local directories (downloaded from GitHub) specified in requirements.txt[详细]
2023-04-03 16:30 分类:问答How to use Python's pip to download and keep the zipped files for a package?
If I want to use the pip command to download a package (and its dependencies), but keep all of the zipped files that get downloaded (say, django-socialregistration.tar.gz) - is there a开发者_运维知识库[详细]
2023-04-02 14:22 分类:问答Error installing eggs with packages for different python version with virtualenv
I\'m not able to install packages with a virtualenv set to a different python version. Here\'s my开发者_运维百科 $:[详细]
2023-04-01 00:58 分类:问答How can I install packages using pip according to the requirements.txt file from a local directory?
Here is the problem: I have a requirements开发者_如何学Go.txt file that looks like: BeautifulSoup==3.2.0[详细]
2023-03-31 15:21 分类:问答Is it possible to clone only certain commit from a git repo with depth 1?
pip package manager allows installing from various VCS including git: Pip currently supports cloning over git, git+http and git+ssh:[详细]
2023-03-31 08:17 分类:问答Installing with pip breaks on python setup.py egg_info
I\'m trying to install my own program via Pip and the PyPI with the usual command pip install tvrenamr however I\'m getting the error below:[详细]
2023-03-31 07:41 分类:问答Best practices for Python deployment -- multiple versions, standard install locations, packaging tools etc
Many posts on different aspects of this question but I haven\'t seen a post that brings it all together.[详细]
2023-03-31 07:06 分类:问答Place Pip and Yolk inside or outside a virtual environment?
I\'m using virtualenv for sandboxing my Python environment, pip to install/uninstall packages and yolk to list the packages.[详细]
2023-03-29 17:03 分类:问答Installing pip packages to $HOME folder
Is it possible? When installing pip, install the python packages inside my $HOME folder. (for example, I want to install mercurial, using pip, but inside $HOME instead of /usr/local)[详细]
2023-03-29 13:11 分类:问答