-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ColdStorage, Glacier
-
Tags:
-
Sprint:nxplatform #64
-
Story Points:2
The crowdin job to sync the addon translation is broken https://jenkins.napps.dev.nuxeo.com/job/crowdin/job/nuxeo-coldstorage/70/console with
11:07:56 Collecting zipp>=0.5 (from importlib-metadata>=0.12->pytest==4.6.3->-r /home/jenkins/workspace/crowdin/nuxeo-coldstorage/tools-nuxeo-crowdin/requirements.txt (line 4)) 11:07:56 Downloading https://files.pythonhosted.org/packages/cc/3c/3e8c69cd493297003da83f26ccf1faea5dd7da7892a0a7c965ac3bcba7bf/zipp-3.8.0.tar.gz 11:07:57 Complete output from command python setup.py egg_info: 11:07:57 Traceback (most recent call last): 11:07:57 File "<string>", line 1, in <module> 11:07:57 IOError: [Errno 2] No such file or directory: '/tmp/pip-build-SjQbB1/zipp/setup.py' 11:07:57 11:07:57 ---------------------------------------- 11:07:57 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-SjQbB1/zipp/ 11:07:57 You are using pip version 8.1.2, however version 22.1.2 is available. 11:07:57 You should consider upgrading via the 'pip install --upgrade pip' command.
This seems a pbm with pip version. Should we upgrade to pip 9.0.3 which is the highest compatible with python 2 AFAIK?