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

pc_ble_driver_py v0.12.0 on MACOSX

I am trying to install the pc_ble_driver_py package via pip on MACOSx.  It works fine for python2.7, but I cannot find it under python 3.7.

Pauls-MacBook-Pro-2:XCP psnell$ pip2 install pc_ble_driver_py==999
Collecting pc_ble_driver_py==999
Could not find a version that satisfies the requirement pc_ble_driver_py==999 (from versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.12.0)
No matching distribution found for pc_ble_driver_py==999

As you can see, v0.12.0 is available there.

But under python3:

Pauls-MacBook-Pro-2:XCP psnell$ pip3 install pc_ble_driver_py==999
Collecting pc_ble_driver_py==999
ERROR: Could not find a version that satisfies the requirement pc_ble_driver_py==999 (from versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4)
ERROR: No matching distribution found for pc_ble_driver_py==999

Pauls-MacBook-Pro-2:XCP psnell$ python3 --version
Python 3.7.2

I intentionally used a bogus version to get a list of all the versions pip is aware of. 

As you can see, I am running Python3.7.2 which should be a supported version. 

Any suggestions?

Parents Reply Children
No Data
Related