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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -