reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 45 forks source link

setup: upper pin `ruamel.yaml.clib` for py2 #529

Closed mvidalgarcia closed 3 years ago

mvidalgarcia commented 3 years ago

Due to dropping python 2 support in version 0.2.4 https://pypi.org/project/ruamel.yaml.clib/0.2.4/

Build logs with current master: https://github.com/mvidalgarcia/reana-client/runs/2912479360?check_suite_focus=true

Collecting ruamel.yaml.clib==0.2.4                                                                                                                                                                                                                            
  Downloading ruamel.yaml.clib-0.2.4.tar.gz (180 kB)                                                                                                                                                                                                          
     |████████████████████████████████| 180 kB 3.7 MB/s                                                                                                                                                                                                       
    ERROR: Command errored out with exit status 1:                                                                                                                                                                                                            
     command: /Users/marco/.virtualenvs/r-client-py2/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/cg/813_2zs10ss_j0gl_w708fxw0000gn/T/pip-install-wcVAdD/ruamel-yaml-clib/setup.py'"'"'; __file__='"'"'/private/va
r/folders/cg/813_2zs10ss_j0gl_w708fxw0000gn/T/pip-install-wcVAdD/ruamel-yaml-clib/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"')
)' egg_info --egg-base /private/var/folders/cg/813_2zs10ss_j0gl_w708fxw0000gn/T/pip-pip-egg-info-HIOb3C                                                                                                                                                       
         cwd: /private/var/folders/cg/813_2zs10ss_j0gl_w708fxw0000gn/T/pip-install-wcVAdD/ruamel-yaml-clib/                                                                                                                                                   
    Complete output (1 lines):                                                                                                                                                                                                                                
    minimum python version(s): [(3, 5)]                                                                                                                                                                                                                       
    ----------------------------------------                                                                                                                                                                                                                  
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.