This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Trouble installing Nordic SDK for nRF91

I started setting up Zephyr SDK development on my W10 laptop, according to the nRF Connect for Desktop guide, but running into this error when executing pip requirements installation for Zephyr
pip3 install -r zephyr\scripts\requirements.txt
Collecting hub==2.0 (from -r zephyr\scripts\requirements.txt (line 10))
  ERROR: Could not find a version that satisfies the requirement hub==2.0 (from -r zephyr\scripts\requirements.txt (line 10)) (from versions: 0.0.1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.2, 0.2.0.1, 0.2.0.3, 0.2.0.4)
ERROR: No matching distribution found for hub==2.0 (from -r zephyr\scripts\requirements.txt (line 10))
I'm using v1.0.0 tag.
Related