Project

General

Profile

Bug #11869

Updated by Kefu Chai almost 9 years ago

if wheelhouse directory exists but not all of the wheels are downloaded, install-deps.sh simply ignores all the requirement.txt in that directory. 

 >>       >        when I run ceph make check, it fail at script ceph-detect-init/run-tox.sh. 
 >>       > 
 >>       >        The logs shows: 
 >>       > 
 >>       >        Ignoring indexes: https://pypi.python.org/simple 
 >>       >        Collecting tox>=1.9 
 >>       >        Could not find a version that satisfies the requirement tox>=1.9 (from versions: ) 
 >>       >        No matching distribution found for tox>=1.9 
 >>       >        ./ceph-detect-init/run-tox.sh: line 33: tox: command not found 
 >>       > 
 >>       >        tox is installed in install-deps.sh? But after run install-deps.sh, it return ok even if 
 >>       >        tox is not installed successfully. Because in china the network is not so good , some 
 >>       >        of the websites we can not ping because of gfw (Greate fire wall). 
 >>       > 
 >>       >        Could you modify the install-deps.sh, so we chinese user can install tox successfully.

Back