I would suggest, that you download the .whl
files with the extra dependencies and then install all .whl
files you downloaded. Thus you will be able to install the extra dependencies as wheel files.
e.g.:
mkdir whls && cd whls
pip download mypackage[myextradependency]
pip install *
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…