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

Why can I only pip install version 0.11.4 of pc-ble-driver-py on Raspberry PI?

Hello,

For some reason whenever I try to pip install pc-ble-driver it will only ever install version 0.11.4. This causes a problem since I need the nrfutil library and the latest version of that needs pc-ble-driver-py version greater than 0.14.2. I am working on Raspbian version 10 (Buster) and have pip 20.2.3 and python 3.7.3 installed.

Parents
  • Have you tried "pip install pc-ble-driver-py==0.14.2"?
    This way you can force the install of a specific version
    I had a similar problem on Ubuntu 18.04 and upgrading python pip to the latest version (the one you have already) fixed the problem

    Usually, different Linux distros make python pip point to specific versions of some libs, I don't know how that works exactly

Reply
  • Have you tried "pip install pc-ble-driver-py==0.14.2"?
    This way you can force the install of a specific version
    I had a similar problem on Ubuntu 18.04 and upgrading python pip to the latest version (the one you have already) fixed the problem

    Usually, different Linux distros make python pip point to specific versions of some libs, I don't know how that works exactly

Children
Related