[SAC] [OSGeo] #2383: git.osgeo.org/gitea giving warning when pushing -upgrade pip and setuptools (was: git.osgeo.org/gitea giving warning when pushing)
OSGeo
trac_osgeo at osgeo.org
Sat Nov 16 09:50:43 PST 2019
#2383: git.osgeo.org/gitea giving warning when pushing -upgrade pip and setuptools
---------------------------+---------------------
Reporter: robe | Owner: sac@…
Type: task | Status: closed
Priority: normal | Milestone:
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+---------------------
Changes (by robe):
* status: new => closed
* resolution: => fixed
Comment:
okay I forgot that in dev I had upgraded that to trac 1.2.5, which
required me to upgrade pip as well. So the new setup tools couldn't be
upgraded without first upgrading pip.
So steps were:
{{{
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install -U setuptools
}}}
which yielded the following:
{{{
Installing collected packages: pip, wheel
Found existing installation: pip 1.5.6
Uninstalling pip-1.5.6:
Successfully uninstalled pip-1.5.6
Successfully installed pip-19.3.1 wheel-0.33.6
}}}
{{{
Installing collected packages: setuptools
Found existing installation: setuptools 5.5.1
Uninstalling setuptools-5.5.1:
Successfully uninstalled setuptools-5.5.1
Successfully installed setuptools-41.6.0
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2383#comment:1>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Sac
mailing list