I was going to dip my toes in contributing to HASS, so I was following the guide to set up a dev environment. However, when I got to the script/setup
part where it grabs all the dependencies, it stops at the pvizeli/cloudapi repository due to a 404 error.
Collecting https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip#openalpr_api==1.0.2 (from -r requirements_all.txt (line 238))
HTTP error 404 while getting https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip#openalpr_api==1.0.2
Could not install requirement https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip#openalpr_api==1.0.2 (from -r requirements_all.txt (line 238)) because of error 404 Client Error: Not Found for url: https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip
Could not install requirement https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip#openalpr_api==1.0.2 (from -r requirements_all.txt (line 238)) because of HTTP error 404 Client Error: Not Found for url: https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip for URL https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip#openalpr_api==1.0.2
When I try going to the project page on github, it is indeed a 404. Any ideas on how I can get past this?