Questions tagged as 'pip'

2
answers

Install Scrapy on Mac OS X error SSL pip

Good, I am currently trying to install Scrapy on my MacOS but they are all problems, the first thing I enter in terminal is: pip install scrapy And he returns me: You are using pip version 7.0.1, however version 9.0.1 is available. You sho...
asked by 20.11.2016 / 14:37
1
answer

Install pymdeco in django

How can I install pymdeco in django, django I have it installed in a virtual environment, install pymdeco in my machine via pip but when I try to install pymdeco with pip in the virtual environment I can not use pymdeco. How to install pymdec...
asked by 21.08.2016 / 00:25
1
answer

ImportError: DLL load failed using sklearn

I have a Laptop with Win10 and I am working in Python3.6, and as a development environment I use PyCharm. I have installed the following packages through Pip: cycler (0.10.0) matplotlib (2.0.2) nose (1.3.7) numpy (1.13.1) pandas (0.20.3) p...
asked by 25.09.2017 / 19:30
2
answers

Pip does not install packages: [Errno 13] Permission denied

I want to install packages for Python 3.6.5 When entering pip install pygame I get this: C:\Users\rayvi>pip install shell Collecting shell Using cached https://files.pythonhosted.org/packages/c1/19/5fc161e830b08bf2b419a04b0105f2dbf0957591...
asked by 27.04.2018 / 00:45
1
answer

Pip install Mysql for Pynthon in windows 10 64 bits gives me SKD error 7.1

On a 64-bit Windows 10 Notebook, with Python 3.3 installed. When I want to install Mysql through Pip in Python I get the following error:    error: Microsoft Visual C ++ 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.microsoft...
asked by 04.12.2016 / 16:54
0
answers

virtualenv creates two python and python3 files

at the time I created a virtual environment and tried to activate it, I said that the "activate" file did not exist, when I entered the folders to see what was happening, I did not have any file other than one that said python and another that s...
asked by 02.11.2018 / 17:02
0
answers

Error with ibm_db on Mac os High Sierra

I am developing a project with db2, I recently changed my Linux machine for a Mac (due to the company) and I had a problem that I still can not solve. As much as I try I can not run the ibm_db module with python and it shows me the following e...
asked by 11.09.2018 / 16:50
0
answers

ImportError in the jupyter notebook despite installing the library called

I tried to import a library but it does not seem to be added to jupyter notebook import sys print("sys.executable:\n",sys.executable) print("sys.path:\n",sys.path) from textblob import TextBlob And he gives me: sys.executable:...
asked by 03.08.2018 / 12:29
1
answer

can not import name 'main' [install and update pip3]

After installing pip3 update it with sudo apt-get install python3-pip and pip3 install --upgrade pip , when installing any package or module, in this case 'future' reports me the error: $ pip3 install future Traceback (most rec...
asked by 23.07.2018 / 01:08
0
answers

Problems when uninstalling a python package

Very good people, today I had created a package in Python to do tests and such, but when naming the package I put name = "paquetecálculos" in setup.py , as shown in the image below.
asked by 11.07.2018 / 15:27