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

$ pip3 install -r zephyr/scripts/requirements.txt

Where can I find this version of hub?

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)f
ERROR: No matching distribution found for hub==2.0 (from -r zephyr/scripts/requirements.txt (line 10))

System:

Windows 10 Pro version 1903 build 18362.476

Parents
  • After numerous trials, I believe the problem is that I checked out v1.0.0 instead of master.

    Then, there are errors during the execution of $ pip3 install -r nrf/scripts/requirements.txt
    at building pygit2 and onwards.

    Maybe the problem is related to my C compiler installation?
    I installed Microsoft community edition on this new Windows laptop.

    In that case, what is the recommended tool?

    Is there an alternative?

Reply
  • After numerous trials, I believe the problem is that I checked out v1.0.0 instead of master.

    Then, there are errors during the execution of $ pip3 install -r nrf/scripts/requirements.txt
    at building pygit2 and onwards.

    Maybe the problem is related to my C compiler installation?
    I installed Microsoft community edition on this new Windows laptop.

    In that case, what is the recommended tool?

    Is there an alternative?

Children
No Data
Related