Re: Trying to update pip in a venv enviroment using python 3.7 but an error occur.

2018-09-05 Thread Bill Kachirsky
I've run into this problem, I use get-pip.py (https://bootstrap.pypa.io/get-pip.py) to update pip to the latest version when I start a new venv. Just save that script and run it with 'python get-pip.py' when you have the venv active. On Tuesday, September 4, 2018 at 6:14:40 AM UTC-7, Christian

Re: Trying to update pip in a venv enviroment using python 3.7 but an error occur.

2018-09-04 Thread RONAK JAIN
I am not getting What you want install there ? On Tue, Sep 4, 2018 at 6:44 PM Christian Haugland < haugland.christ...@gmail.com> wrote: > this is the output i get using python 3.7: any idea? > > (venv) D:\Code\CompanyVTC\venv\Scripts>python -m pip install --upgrade pip > Collecting pip > Using

Trying to update pip in a venv enviroment using python 3.7 but an error occur.

2018-09-04 Thread Christian Haugland
this is the output i get using python 3.7: any idea? (venv) D:\Code\CompanyVTC\venv\Scripts>python -m pip install --upgrade pip Collecting pip Using cached https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl In