respeaker / get_started_with_respeaker

This is the wiki of ReSpeaker Core V2, ReSpeaker Core and ReSpeaker Mic Array.
260 stars 83 forks source link

pip install problem #222

Closed alexeinz closed 6 years ago

alexeinz commented 6 years ago

Respeaker 1

root@ReSpeaker:/etc/config# pip install avs Downloading/unpacking avs Cannot fetch index base URL https://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement avs

xiongyihui commented 6 years ago

Maybe it is network issue. How about try:

pip install https://files.pythonhosted.org/packages/96/22/e530a665747102eea82a05fa00bf2f70031e796c8e69ba9aa8e1b3f10399/avs-0.5.3-py2.py3-none-any.whl

or download the source and install it from source

cd /tmp
wget https://github.com/respeaker/avs/archive/master.zip
pip install master.zip
alexeinz commented 6 years ago

fixed it by reinstalling firmware