Most voted "pip" questions
Python language package manager.
Learn more…59 questions
Sort by count of
-
0
votes0
answers30
viewsI cannot install Packages because my Pip is outdated and my Pycharm does not have enough permissions to perform the upgrade
I was trying to install the core but when I typed the following command pip install core I came across the following mistake ERROR: Could not find a version that satisfies the requirement core (from…
-
-1
votes2
answers2386
viewsError installing pyaudio and pocketsphinx
When I type sudo pip install pyaudio this error message appears, I already googled but I can’t find a solution: Command "/usr/bin/python3.6 -u -c "import setuptools,…
-
-1
votes0
answers267
viewscmd -> Pip -> "The system cannot run the specified program."
People how to solve this? windows 10-64bits and Python 3.6.5 (64-bit)…
-
-1
votes1
answer95
viewsError after updating PIP version - Python
i went to update the version of Pip on my machine and now when I go to install a library the following error appears: WARNING: pip is being invoked by an old script wrapper. This will fail in a…
-
-1
votes1
answer303
viewsProblem updating Pip on CMD
I am trying to use Robot Framework and one of the steps is to make this IP work in cmd....…
-
-1
votes1
answer596
viewsPython imports not found
I am facing some problems with downloaded Imports with pyPI, more specifically Imports Pypi Wikipedia and Google... I install both via Pip install and they can be found in the site-Packages folder…
-
-1
votes1
answer112
viewsSSL certificate error when using Pip install on Raspberry
I am trying to install the opencv library to use it in a project on a Raspberry device with Raspbian and when using the Pip command I get the following error: (venv) pi@raspberrypi:~/teste $ pip…
-
-1
votes1
answer123
viewsPip install scrapy error 1
I’m trying to install Scrapy in vscode but every time there’s an error that I’m not able to solve, someone could help me? error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for…
-
-2
votes1
answer379
viewsError trying to install packages on Linux using Pip command [Linux]
I cannot install packages using Pip on linux, this is the error screen: Collecting pygame Using cached pygame-1.9.6.tar.gz (3.2 MB) ERROR: Command errored out with exit status 1: command:…