Questions tagged as 'pip'

1
answer

Python - problem with PIP (or with modules)

I'm developing a program that is equal to the direct evil of word, however, which also allows naming each file in the folder. I installed Python 3.7 on my PC (Windows 7) and in order to develop the program I needed to use the module " python-...
asked by 17.10.2018 / 16:25
1
answer

Imports in python that are not found

Good afternoon!    I'm facing some problems with imports downloaded with the pip, more specifically imports Pypi Wikipedia and Google ...    I install both via pip install and they can be found in the site-packages folder in Python. But imports...
asked by 12.09.2018 / 20:01
0
answers

ImportError on the jupyter notebook despite installing the library called

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

Error installing Python library

I have python 2.7.14 installed with 9.0.1 pip on a Macbook. I was having an error trying to run the pip.list command from the terminal. I checked into Google that I needed to edit the pip.conf file, but I could not find it. So, I checked the...
asked by 12.04.2018 / 03:25
3
answers

C: \ Users \ Raiqupip install pygame - "The system can not execute the specified program"

I'm trying to download pygame in python 3.6.5 (64-bit) windows 10, but when I open cmd, I try to run the command " pip install pygame " or kivy , or just type " pip " in the cmd, this message appears ... "The system can not exe...
asked by 14.04.2018 / 02:51
1
answer

Style of the widgets of a program using PyQt5

I've been creating some kind of text editing software using python3.5 and PyQt5, and at the stage of creating the packages I came to realize that the development version, which used a PyQt5 package managed by the operating system, had a differen...
asked by 28.02.2017 / 22:28
1
answer

How can I use pip in a version of python installed by pyenv?

I installed version 3.6.0rc2 on pyenv and I really need pygame in this version. I tried to use sudo pip uninstall pygame and sudo pip install pygame and also tried sudo pip3 uninstall pygame and sudo pip3 install pygame...
asked by 20.12.2016 / 21:12
1
answer

Problems with pip installation (python package manager)

I use Mac OS and use HomeBrew as the package manager. I installed python 2.7.10 . Along with this installation was to have occurred with pip . However the following problem occurs: ==> /usr/local/Cellar/python/2.7.10/bin/...
asked by 06.06.2015 / 15:44
1
answer

Error creating virtual environment [mkvirtualenv] python 3.6

After installing python 3.6 and then virtualenvwrapper via pip (pip install virtualenvwrapper-win), I tried to create a virtual environment by the "mkvirtualenv name" command and the following error occurred: λ mkvirtualenv django Usin...
asked by 16.07.2017 / 19:48
3
answers

C: \ Users \ Raiqupip install pygame - "The system can not execute the specified program"

I'm trying to download pygame in python 3.6.5 (64-bit) windows 10, but when I open cmd, I try to run the command " pip install pygame " or kivy , or just type " pip " in the cmd, this message appears ... "The system can not exe...
asked by 14.04.2018 / 02:51