Relative Content

Tag Archive for pythonterminalpip

ERROR: Could not find a version that satisfies the requirement pipenv (from versions: none), ERROR: No matching distribution found for pipenv

Im pretty new to python and trying to learn about Django. Im taking a course called code with mosh and he’s telling me to install pipenv using the command: “pip3 install pipenv”. Im on a Mac and the errors i’m getting are: “ERROR: Could not find a version that satisfies the requirement pipenv (from versions: none), ERROR: No matching distribution found for pipenv”. This isn’t the only time I’ve gotten this problem, because it happens every time I try to install a new package.

error message after tryign to install a python package

I’ve already downloaded get-pip.py twice now, and whenever i type pip –version in the terminal (i use visual studio code btw) it always prints out “Fatal error in launcher: Unable to create process using ‘”c:python39python.exe” “C:Python39Scriptspip.exe” –version’: The system cannot find the file specified.”