Most voted "pip" questions
Python language package manager.
Learn more…59 questions
Sort by count of
-
21
votes5
answers8633
viewsWhat is the most complete way to install python on Windows?
I know this question can be interpreted as an argument, so I did it with the word "complete" instead of "better". I’m a python user on GNU/Linux and here it comes more or less pre-installed. Still,…
-
11
votes1
answer916
viewsProblems with installing Pip (python package manager)
I use Mac OS and use HomeBrew as a package manager. I installed the python 2.7.10. Together with this installation was to have occurred the pip. However the following problem occurs: ==>…
-
7
votes3
answers4863
viewsInstall with PIP through the Resets.txt file inside Virtualenv?
I learned these days that through command pip freeze > requirements.txt, i can generate a list of dependencies of a specific project where I am using VirtualEnv. How do I install all the…
-
7
votes2
answers2160
viewsHow to install Pip for a particular version of Python?
I have Ubuntu 17.10 installed and it came with Python 2.7 and 3.6. I installed Python 3.4 but I can’t install Pip on it, it always goes to the latest version with pip3 which is 3.6 How can I install…
-
5
votes2
answers23393
viewsHow to install numpy and other modules?
I need help installing numpy. I tried to install pygame using Pip but it didn’t work and I was confused on how to install modules or Packages. Use python 3.5.0 in Windows 10 pro
-
5
votes7
answers49407
viewsHow to install PIP in Windows 10?
I’m trying to install the PIP according to the documentation Python. It is installed but does not work. This always happens: Pip' is not recognized as an internal or external command, a program…
-
4
votes4
answers12261
viewsHow to know which version in use of a particular package is installed via Pip?
I am starting programming in python and have tried to use best practices: virtualenv, Pip, etc. One of the packages I’ve been using (Pelican) has different help pages for each version. How do I know…
-
4
votes2
answers156
viewsWhat to use instead of "-use-mirrors" in the PIP?
When running the following command I get the following answer: sudo pip install --use-mirrors -r test-infra/requirements.txt Usage: pip install [options] <requirement specifier>…
-
4
votes1
answer23147
views'Pip' is not recognized as an internal or external command, a operable program or a batch file
Know how to solve this problem have python and Pip installed when I type Pip and I hit enter appears this: 'Pip' is not recognized as an internal command or external, a operable program or a batch…
-
4
votes3
answers1629
viewsProblems trying to create a virtual environment with pipenv
I’m having a hard time creating a virtual environment with pipenv, I installed it without problems with the Pip, the problem happens at the time of creating the environment. I’m using Windows 10 and…
-
3
votes1
answer749
viewsError in kivy installation
I can’t install the kivy on my computer, I’ve never touched Pip before, I’m putting the commands on cmd and gives error. I am running the following commands: python -m pip install docutils pygments…
-
3
votes3
answers1081
viewserror install virtualenv in python
I can’t create virtualenv, I did a search teaching how to install and when I run the install from it this error here Python version 3.8.3 > root@AlexPc:/# apt install python3-virtualenv Lendo…
-
3
votes1
answer83
viewsError trying to install scikit-Learn
I’m trying to install scikit-Learn via Pip to python 3.9, but in the part that says "Installing build dependencies..." an error occurs every time. I have already installed numpy and scipy, which are…
-
2
votes2
answers1336
viewsModules in Python linux
I’m having some problems installing modules in my python on linux. I’m currently using python 2.7.10, most modules I use Pip to install, but when I run python 2.7.10 and import my module it says it…
-
2
votes1
answer669
viewsWhat can happen to my project if I remove the virtual environment set up for it?
Let’s say I created a virtual environment through virtualenvwrapper $ mkvirtualenv venv. I create my project, make the necessary settings, start working on the project and one fine day I do the…
-
2
votes2
answers1631
viewsHow to install Numpy via PIP windows 7 64 bit
Good afternoon as I do to install Numpy via Pip. I downloaded Python 2.7.13 and do not know how to install via Pip.
-
2
votes1
answer399
viewsHow to install PIP in Odoo’s.txt file
I want to install the Odoo on a server Ubuntu 14.04. However, to work with Brazilian legislation, it is necessary to install some dependencies Pip for the modules: Pip dependencies for modules:…
-
2
votes0
answers308
viewsAttributeerror: 'Nonetype' Object has no attribute 'startswith' when trying to install with Pip
I have a clean installation of Python on my machine and could not install any package using Pip. Python version D:\Users\julio.campos>python --version Python 3.6.3 Version of the Pip…
-
2
votes1
answer13445
viewsCommand errored out with Exit status 1: python setup.py egg_info
What’s up, you guys? I was trying to run the remote pip install MySQL-python and the console returned me this error: ERROR: Command errored out with exit status 1: command:…
-
1
votes2
answers5622
viewsAccess denied when updating PIP
I am running the following command at the Windows prompt pip install --upgrade pip And I’m getting a mistake: Permissionerror: [Winerror 5] Access denied: 'd: Leonardo python Django-treinaweb env…
-
1
votes2
answers1570
viewsWhich PIP version should I use?
My current question is: must I use pip3 for Python3.x or can I use Pip without any problem? What are the differences between Pip versions?
-
1
votes1
answer332
viewsProblems installing numpy module in windows by Pip
I can install another module using the pip, except the numpy. I have tried other installation ways using the easy_install and installation by src, unsuccessful as well. See the exit of the…
-
1
votes2
answers444
viewsHow to configure the Django environment and maintain settings?
Hello, I’m starting to learn Django and well part of the material teaches how to Make Environment Setup with Virtualenv. However I am having many difficulties to configure the System. First, I use a…
-
1
votes3
answers2731
viewsProblems with Pip install to install Virtualenvwrapper on Windows
I’m trying to install the virtualenvwrapper to then install Django. For that, I installed the pip, but every time I try to run on CMD: pip install virtualenvwrapper-win Error appears: Could not find…
-
1
votes1
answer1363
viewsimport 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:…
-
1
votes1
answer29
viewsTensorflow and Xgboost library via Pip
How do I install the Tensorflow and Xgboost libraries via Pip in Python version 3.7.2? I’m not getting it. I researched and the information I got was that they only work in previous versions of…
-
1
votes1
answer2855
viewsMake VS Code find module installed by Pip command on linux
I installed matplotlib by sudo apt-get and VS Code was able to find the library automatically, however with pyserial by Pip command, VS Code cannot find, as I should do?
-
1
votes1
answer25
viewsError trying to install watson_developer_cloud
I am trying to install watson_developer_cloud using pip. After some time and after some dependencies to be installed I get the following error: Command "c: users i appdata local Programs python…
-
1
votes1
answer200
viewsError running PIP command on Docker
I have a python project that runs inside a Docker. When the image (Build) is mounted rele da um RUN pip install -r requirements.txt but when it executes the command returns a connection error.…
-
1
votes5
answers2318
views -
1
votes1
answer545
viewsI cannot install matplotlib, Python 3.9
It starts occurring normally and out of nowhere, after a few lines, it starts a series of errors. I’ve even updated Visual Studio in every possible way. Follow the error: C:\Users\dborg>pip…
-
1
votes0
answers16
viewsError installing Pip install mod-wsgi-httpd
I am trying to install the mod-wsgi-httpd package via the Pip command, but am getting the following error: ... File "c:\python39\lib\urllib\request.py", line 641, in http_error_default raise…
-
0
votes0
answers103
viewsUnicodedecodeerror - unicodedecodeerror 'ascii' codec can’t Decode byte 0xc3
Hello! I’m having trouble installing the pip (package manager python). The installation should occur at the same time as the python installation is done (I used: brew install python => installs…
-
0
votes2
answers949
viewsHow can I use Pip in a python version installed by pyenv?
I installed version 3.6.0rc2 on pyenv and really need pygame in this version. I tried to use sudo pip uninstall pygame and sudo pip install pygame and also tried to sudo pip3 uninstall pygame and…
-
0
votes1
answer132
viewsStyle of a program’s widgets using Pyqt5
I have been creating a kind of text editing software using python3.5 and pyqt5, and at the stage of creating the packages I ended up noticing that the development version, which used a Pyqt5 package…
-
0
votes1
answer930
viewsFor Python, what is the difference between Pip x Conda x anaconda
I’m learning python and saw that always appears tutorials for the tools: Pip Conda anaconda And I wondered what the practical difference was between them?…
-
0
votes1
answer1333
viewsError creating python mkvirtualenv virtual environment 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…
-
0
votes1
answer2279
viewsHow to install packages on Pip without internet access?
I’m having trouble with the python. I am providing service to a banking company, however the network is very closed, I can not download the files via pip. I can download the packages in another way…
-
0
votes1
answer159
viewsPython - problem with PIP (or modules)
I am developing a program equal to word direct evil, however, which also allows naming each file in the folder. I installed on my PC (Windows 7) Python 3.7 and, to develop the program I needed to…
-
0
votes1
answer1968
viewsChatterbot installation error
I’m trying to install the chatterbot but am getting the following error: Command "python setup.py egg_info" failed with error code 1 in C: Users Mariana Appdata Local Temp Pip-install-r5apde_f Blis\…
-
0
votes1
answer216
viewsError installing Python library
I have python 2.7.14 installed with Pip 9.0.1 on a Macbook. I was experiencing an error trying to run Pip.list from the terminal. I checked on Google that I needed to edit the Pip.conf file, but I…
-
0
votes0
answers306
viewsImport in notebook jupyter despite installing the library called
I tried to import a library but it doesn’t 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…
-
0
votes2
answers741
viewsIs it possible to install Python on Windows 10 without administrator 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 strict proxy rules, etc that are long overdue to…
-
0
votes0
answers238
viewsChatterbot from chatterbot import Chatbot Modulenotfounderror: No module named 'chatterbot'
from chatterbot import ChatBot ModuleNotFoundError: No module named 'chatterbot' I’ve updated the library chatterbot and the pip, I’ve also changed the address of path for…
-
0
votes1
answer72
viewsUnicodedecorror in "Pip upgrade" and "install pywinusb"
My experience in Python is not much, but no error of this kind had yet appeared in any installation. As always appeared the message to upgrade the version of Pip, I decided to continue with this…
-
0
votes1
answer361
viewsError trying to initialize a cloned Django project from github (Modulenotfounderror: No module named 'django_filters')
I am trying to run on my pc a Django project that I cloned from github, but if I try to run the command 'python Manage.py' returns me the following error: File "Manage.py", line 16 ) from exc…
-
0
votes2
answers212
viewsError while installing Spacy
When I try to install Spacy, I get this error: ERROR: Command errored out with exit status 1: command: 'C:\Users\joaov_pu5ho3m\AppData\Local\Programs\Python\Python36-32\python.exe'…
-
0
votes1
answer305
viewspygame installation error in vs code
When installing pygame no vs code by the console and it returned me the following: pip install pygame Defaulting to user installation because normal site-packages is not writeable Collecting pygame…
-
0
votes0
answers35
viewsPython packages, how to send json files
Hello! The title seems a little contradictory, but the following is happening, I’m making a library in python 3.8 and using the following way to install it: pip install…
-
0
votes1
answer40
viewsHow to define my package name in Pypi?
I am creating a python module to distribute in pypi, I am studying the process of creating distribution of modules by some tutorials and the pypi guide itself, but even so I still have some doubts.…