Questions tagged as 'pip'

0
answers

/root/.bash_profile: No such file or directory

I have to install aws cli and for that it requires something of pip , I do not understand very well that it is. Following this tutorial link by following all the steps as I got the following error. Does anyone know what it is? Beca...
asked by 09.05.2018 / 23:31
0
answers

"Could not import the PyAudio C module '_portaudio'" when trying to import pyaudio in Python

I'm trying to import pyaudio . I installed portaudio with the command: brew install portaudio and I installed pyaudio with pip . Now I try to import pyaudio and python shows me the error:    Could n...
asked by 09.05.2018 / 01:17
0
answers

install pip to install aws cli, but when restarting remote session by ssh is deleted, nothing appears

The problem I have is that, to install aws cli I have to install pip and everything works fine when I install it the first time it works fine, I am connected by ssh to my server and when I return to open the session the pip is not found, I use t...
asked by 10.05.2018 / 18:05
1
answer

pip is no longer updated Is the _internal module missing?

It's been a while since when I installed modules with pip it tells me that I should update it. However, when it is updated, nothing changes: mike@mike-thinks:~/Programing/Rasa_tutorial/moodbot$ python -m pip install --upgrade pip Collecting pi...
asked by 11.05.2018 / 17:28
0
answers

When updating pip, the error goes out and it does not let you update it

Using the get-pip.py of link , I execute the following commands: python -m pip install --upgrade pip python -m pip install -U pip In both cases, I always get this error and it never lets me update it. Collecting pip Using cached pip-9...
asked by 04.04.2018 / 13:30
1
answer

Error using the pip command

Goodbye everyone, doing a proof of concept at home I found that when using the command "pip3 install -r requeriments.txt" I missed the following error: No command 'pip3' found, did you mean: Command 'pip' from package 'python-pip' (universe)...
asked by 25.10.2017 / 11:26