`volare` is a bit unstable right now. Is not allow...
# open_pdks
a
volare
is a bit unstable right now. Is not allowing see available commits nor downloading a specific one.
Copy code
$ volare ls-remote --pdk gf180mcu
Encountered an error when polling version list: 403 Client Error: rate limit exceeded for url: <https://api.github.com/repos/efabless/volare/releases?per_page=100>

$ volare enable --pdk gf180mcu dd7771c384ed36b91a25e9f8b314355fc26561be
Version dd7771c384ed36b91a25e9f8b314355fc26561be not found locally, attempting to download…
Failed to obtain dd7771c384ed36b91a25e9f8b314355fc26561be remotely: <Response [403]>.
It's just me or this affects everyone?
t
It looks to me like a github issue, or an issue somewhere between you and the nearest github mirror site.
a
Use pip install —upgrade volare then use this command this will work
👍 1
You first need to update volare then use volare ls-remote …..
a
Thanks @Atif Khan