linux - How to install zbase62 offline -
i downloaded zbase62
here. copied tarball onto offline linux machine , unzipped tar -xzf
resulting in folder called zbase62-1.2.0
. in directory containing folder, did
$ pip install --no-index --find-links=/path/to/zbase/zbase62-1.2.0 zbase62 ignoring indexes: https://pypi.python.org/simple collecting zbase62 not find downloads satisfy requirement zbase62 no distributions @ found zbase62
i've tried several minor variations of no success, though i've had success other packages. possible install zbase62 offline? until i'll have modify path variable.
running command as:
pip install zbase62
worked me. when --no-index used did see same error.
Comments
Post a Comment