Linked Questions

1 vote
0 answers
321 views

When I create virtual environment using pyenv virtualenv the version of pip added along with it is 19.0.3, however this is not the latest version anymore. I installed newer pip to the source ...
NarūnasK's user avatar
  • 4,998
0 votes
0 answers
298 views

I updated pip to 21.3.1 in windows shell. But, when I create a new env in pycharm, pip is still old version. How can I make it so that each new venv has an up to date version of pip?
TheHarryPop's user avatar
1 vote
1 answer
163 views

I am using pyenv installed through homebrew When pyenv local is 3.7.1, Pip version is 18.1 $ pip --version pip 18.1 from ~/.pyenv/versions/3.7.1/lib/python3.7/site-packages/pip (python 3.7) But, ...
fcedillo's user avatar
1 vote
0 answers
35 views

I am using Python3 with the console of Visual Code. When I create a virtual environment the pip version is always outdated. I cannot understand from where the outdated version of pip is coming from. I ...
GuyOlivier's user avatar
1 vote
0 answers
32 views

Default python's venv contains outdated version of pip and no wheel module. Doing python -m venv venv && source venv/bin/activate makes environment with pip 20.2.3 when 21.1 it available and ...
ytk's user avatar
  • 11
1 vote
0 answers
20 views

PROBLEM I want to create a virtual environment ($ python3 -m venv venv) and see pip list give me version 20 every single time. Symptoms When I create a virtual environment, I get an outdated ...
Matthew Mccann's user avatar
30 votes
1 answer
13k views

I'm setting up virtual env. I was getting warnings about an outdated pip (19.2) so I updated pip on my (macos) system globally, sudo -H python3 -m pip install --upgrade pip. It seems to have worked, ...
Marvin's user avatar
  • 3,177
4 votes
1 answer
5k views

I am on a Mac running Yosemite (Mac OS X 10.10.1) and homebrew installed python and python3 and python -m ensurepip --upgrade does not seem to be working as I would have expected. python -m ensurepip ...
cclauss's user avatar
  • 779
1 vote
1 answer
2k views

Running Python 3.7.1 on a Win10 machine. When I create a new virtualenv python -m venv new-virtual-env the pip version being installed is always 10.0.1 Even though the pip version on my non-...
sanders's user avatar
  • 1,171
-2 votes
1 answer
4k views

I have defined a Python v-env and activated it through: python3 -m venv myvenv source myvenv/bin/activate Before running this command, my pip3 version is 19.0.2, but once the command is run, the ...
F. Ivan's user avatar
1 vote
1 answer
713 views

I used python3 -m venv to create a virtual environment, in that virtual environment my settings are: python 3.5.2 pip 8.1.1 Mac OS 10.13.6 That pip version is extremely OLD and leads to a problem ...
Sidharth Ghoshal's user avatar
0 votes
3 answers
294 views

I'm getting a strange error in my Django testing code. Full code: from .models import MIN_BIRTH_YEAR from .models import UserProfile from django.contrib.auth....
aliteralmind's user avatar
  • 20.2k
-4 votes
1 answer
246 views

Every time pip is installed, the version is always 9.0.1 and there's this rather annoying DEPRECRATION warning about columns. Why not just ship 19 or some newer version? [EDIT] NOTE: My question is ...
Theja's user avatar
  • 2,437
0 votes
2 answers
234 views

I have globally installed pip 21.2.4, but each time that I create a Virtual Environment an install a module I get the following warning: WARNING: You are using pip version 21.1.3; however, version 21....
ManuelMB's user avatar
  • 1,375
2 votes
0 answers
76 views

When I run pip --version I get pip 20.2.4, but when I create a new venv such as python -m venv venv venv\Scripts\activate pip --version I suddenly get version pip 19.2.3 from the venv. I tried to ...
NeverStopLearning's user avatar

15 30 50 per page