Project

General

Profile

Actions

Bug #11869

closed

install-deps.sh failed to download missing wheels

Added by Kefu Chai almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

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.

Actions

Also available in: Atom PDF