Questions tagged as 'pip'

1
answer

InsecurePlatformWarning when using pip on Ubuntu

I am observing an alert message (not an error) InsecurePlatformWarning when executing the pip command in Linux: $ pip search reportlab /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90:...
asked by 02.12.2015 / 15:39
2
answers

Error installing mysql-python

I'm trying to install the pip module with mysql-python in a Windows 7 Professional. The fact is that I'm getting this error: C:\Users_027>pip install mysql-python Collecting mysql-python Using cached MySQL-python-1.2.5.zi...
asked by 05.04.2016 / 09:54
1
answer

Create backup for python and node environment

I am preparing to format my laptop but I have many python packages installed and accommodated in different virtual environments, the same thing happens with node.js and many modules that I have. Is there a way to make a backup for all my librari...
asked by 14.06.2016 / 23:03
4
answers

How to install pygame in Python3 with pip

How can I install pygame for python3 using pip ?. I have the version of Python 3.6.3. I tried with pip install pygame but it was installed in python 2.7. Thank you.     
asked by 27.12.2018 / 17:34
1
answer

Problems with the pip install

I wanted to install the ttk libraries but it does not let me, the same to install Tkinter, try pip and did not find anything, I also tried to download them with Pycharm but it does not leave me anyway. I'm trying with Python 2.7 and 3.6     
asked by 06.03.2017 / 03:01
4
answers

Error executing pip install mysql-python

I'm trying to execute the command in windows: pip install mysql-python to be able to work with mysql in Django but I get these errors: c:\users\fabia\appdata\local\programs\python\python35-32\include\pyconfig.h(243): fatal error C1083:...
asked by 19.10.2016 / 06:12
1
answer

Error installing clarifai could not find a version that satisfies the requirement clarifai.rest (from versions :)

I'm trying to install a module called clarifai, using pip install clarifai, and it throws me the following error    could not find a version that satisfies the requirement clarifai.rest   (from versions:) from what I have read others have...
asked by 11.04.2018 / 14:21
1
answer

Error installing Pillow on ubuntu 15.10 32 bits

The error that throws me is the following: $ pip install pillow Failed building wheel for pillow ... error: command 'i686-linux-gnu-gcc' failed with exit status 1 ...     
asked by 13.04.2016 / 09:16
2
answers

I have problems with pip on mac osx

I am trying to install a library for python 2.7 in mac osx with pip in the following way: python -m pip install pyttsx and the shell returned: /usr/bin/python: No module named pip Then I tried to prove that if it existed with pyt...
asked by 08.05.2018 / 05:27
1
answer

Error installing BeautifoulSoup using pip

I'm trying to install the BeautifulSoup library with pip for Python 3.6: $ pip install beautifulSoup But he throws me an error: (myvenv) eduardorr21@eduardoreyes21 ~/Documents/WebScraping $ pip install beautifulSoup beautifulSoup...
asked by 08.04.2018 / 08:23