Questions tagged as 'pip'

2
answers

How to install Numpy via PIP windows 7 64 bit [closed]

Good afternoon how do I install Numpy via pip. I downloaded Python 2.7.13 and I do not know how to install via pip.     
asked by 02.06.2017 / 17:46
1
answer

'pip' is not recognized as an internal or external command, an operable program or a batch file

You know how to solve this problem I have python and pip installed when I type pip and I press enter it appears:    'pip' is not recognized as an internal command       or external, operable program or batch file. Do you know how to solve...
asked by 20.09.2017 / 01:46
2
answers

Modules in Python linux

I'm having some problems installing modules in my python on linux. I am currently using python 2.7.10, most of the modules I use the pip to install, however when I run python 2.7.10 and import my module it says it has not found, however if I use...
asked by 23.06.2015 / 22:06
0
answers

AttributeError: 'NoneType' object has no 'startswith' attribute when trying to install with pip

I have a clean installation of Python on my machine and I could not install any packages using the pip. Python version D:\Users\julio.campos>python --version Python 3.6.3 Pip version D:\Users\julio.campos>pip --version pip 9.0.1...
asked by 17.10.2017 / 19:14
0
answers

How to publish package in PIP - Python?

I'm developing a solution to facilitate a part of python development. I would like to know how I can publish this solution in PIP for everyone to install and use.     
asked by 19.06.2017 / 04:41
1
answer

What can happen to my project if I remove the virtual environment configured for it?

Let's say I created a virtual environment through virtualenvwrapper $ mkvirtualenv venv . I create my project, make the necessary settings, start working on the project and one day I remove the virtual environment $ rmvirtualenv venv...
asked by 19.09.2015 / 17:53
2
answers

Which version of PIP should I use?

My current question is: should I use pip3 for Python3.x or can I also use pip without any problems? What are the differences between pip versions?     
asked by 30.09.2015 / 21:00
1
answer

Problems installing numpy module on windows by pip

I can install other modules using pip , except numpy . I have already tried other forms of installation using easy_install and installation by src , unsuccessful too. Look at the output of the installation attempt wit...
asked by 11.10.2015 / 13:17
0
answers

What is the best way to install Python on MacOS?

I have doubts about installing Python on MacOS. I'm a beginner in Python, and although I've already installed it on my computer, I still have not understood the differences in installations: - via PIP or HomeBrew commands. - by downloading th...
asked by 04.07.2018 / 04:20
1
answer

Error when running PIP command in Docker

I have a python project that runs inside a Docker. When the (Build) image is assembled reliably from a RUN pip install -r requirements.txt but when it executes the command it returns a connection error. Complete Dockerfile FROM pyt...
asked by 05.06.2018 / 22:09