Questions tagged as 'pip'

0
answers

Error trying to install watson_developer_cloud

I'm trying to install watson_developer_cloud using pip . After some time and after some dependencies to be installed I get the following error:   c: \ users \ eu \ appdata \ local \ programs \ python \ python35 \ python.exe -u -c "impor...
asked by 03.05.2018 / 19:46
1
answer

How to install PIP in Odoo's requirements.txt file

I want to install Odoo on a ubuntu 14.04 server. However, to work with Brazilian law, you must install some pip dependencies for the modules: pip dependencies for modules: Babel==1.3 Jinja2==2.7.3 Mako==1.0.1 MarkupSafe==0.23 Pillow==...
asked by 01.12.2017 / 04:38
1
answer

import openpyxl / ModuleNotFoundError: No module named 'openpyxl'

When I type in IDLE, import openpyxl, the following error message appears: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import openpyxl ModuleNotFoundError: No module named 'openpyxl' I searc...
asked by 06.09.2017 / 17:05
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 configure the Django environment and keep the settings?

Hello, I'm starting to learn Django and well part of the material teaches to do the setting of Environment with Virtualenv. But I'm having a lot of trouble configuring the System. First, I use a Macbook Pro with Sierra OSX. Second, I have alr...
asked by 18.05.2017 / 05:31
3
answers

Problems with pip install to install VirtualEnvWrapper in Windows

I am trying to install virtualenvwrapper to then install Django. For this, I installed pip , but every time I try to run in CMD: pip install virtualenvwrapper-win The error appears:    Could not find a version that satisfies...
asked by 05.07.2017 / 15:58
1
answer

How to install packages in pip without internet access?

I'm having trouble with python. I'm rendering service for a bank, but the network is very closed, I can not download the files via pip . I can download the packages in a different way but I can not get them to run, can someone help me?...
asked by 20.07.2018 / 06:15
1
answer

For Python, what is the difference between pip x conda x anaconda

I'm learning python and saw that tutorials always appear for the tools: pip conda anaconda And I was in doubt what the practical difference between them?     
asked by 01.05.2018 / 17:52
1
answer

Error installing pyaudio and pocketsphinx

When I type sudo pip install pyaudio this error message appears, I already researched google but can not find a solution:    Command "/usr/bin/python3.6 -u -c" import setuptools,   tokenize; file = '/ tmp / pip-build-eeidouwx / pyaud...
asked by 25.09.2017 / 17:08
1
answer

Is it possible to install Python on Windows 10 without admin privileges?

I have Python 3 installed, but the default installation was done in the program files folder. And I work on a machine with a user profile, with rigid rules of proxy, etc that have already caused a lot of delay here. My real problem is that wh...
asked by 27.12.2018 / 14:10