Questions tagged as 'pip'

4
answers

What is the most complete way to install python in Windows?

I know this question can be interpreted as a discussion, so I did it with the word "complete" rather than "better." I'm a python user in GNU / Linux and here it comes more or less preinstalled. Still, I can use pip to install or remove new pa...
asked by 31.12.2013 / 14:32
1
answer

Problems with pip installation (python package manager)

I use Mac OS and use HomeBrew as the package manager. I installed python 2.7.10 . Along with this installation was to have occurred with pip . However the following problem occurs: ==> /usr/local/Cellar/python/2.7.10/bin/...
asked by 06.06.2015 / 15:44
3
answers

Installing with PIP through the requirements.txt file inside VirtualEnv?

I've learned these days that through the pip freeze > requirements.txt command, I can generate a dependency list for a specific project where I'm using VirtualEnv . How do I install all the libraries contained within this r...
asked by 01.06.2017 / 17:16
2
answers

How to install numpy and other modules?

I need help with how to install numpy. I tried to install pygame using pip but it did not work and I was confused on how to install modules or packages. Using python 3.5.0 in Windows 10 pro     
asked by 16.11.2015 / 00:09
2
answers

How to install pip for a particular version of Python?

I have ubuntu 17.10 installed and it came with Python 2.7 and 3.6. I installed Python 3.4 but I can not install the pip on it, it always goes to the latest version with pip3 which is 3.6 How can I install 3.4?     
asked by 23.10.2017 / 18:49
6
answers

How to install PIP in Windows 10?

I am trying to install the PIP according to the Python documentation. It is installed, but it does not work. This is always the case:    pip 'is not recognized as an internal or external command, a program   operable or a batch file....
asked by 20.09.2017 / 18:54
4
answers

How to know which version in use of a particular package installed via pip?

I'm starting to program in python and I've been trying to use best practices: virtualenv, pip, etc. One of the packages I have used (pelican) has different help pages for each version. How do I know which version I am using? I installed it with...
asked by 14.06.2015 / 17:21
2
answers

Problems trying to create a virtual environment with pipenv

I'm having trouble creating a virtual environment with pipenv , I installed it without problems with pip , the problem happens when creating the environment. > I'm using Windows 10 and Python 3.7. I tried to install pipenv using the comma...
asked by 05.12.2018 / 16:12
2
answers

What to use instead of "--use-mirrors" in PIP?

When I run the following command I get the following response: sudo pip install --use-mirrors -r test-infra/requirements.txt Usage: pip install [options] <requirement specifier> [package-index-options] ... pip install [options] -...
asked by 09.03.2016 / 20:13
1
answer

Access denied when updating PIP

I'm running the following command at the Windows prompt pip install --upgrade pip And I'm getting an error:    PermissionError: [WinError 5] Access Denied:   'd: \ leonardo \ python \ django-treinaweb \ env \ scripts \ pip.exe' Remem...
asked by 23.06.2015 / 14:14