Hi,
I'm trying to use blatann for a project using the nRF52840 dongle. I am using version 3.11.6 of Python. In order to install blatann, I need a version of pc-ble-driver-py newer than 13.0. However, when I use pip to install the package, it installs 11.4. When I try to specify ">=0.13", I receive the following message:
"(venv) PS C:\Users\Ehomer\PycharmProjects\pythonProject> pip install pc-ble-driver-py>=0.13
ERROR: Could not find a version that satisfies the requirement pc-ble-driver-py>=0.13 (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>=0.13"
In the PyCharm package search, it will show many new version of pc-ble-driver-py but if I try to select any of them to install it gives the following:
"ERROR: Could not find a version that satisfies the requirement pc-ble-driver-py==0.17.0 (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==0.17.0"
I have tried to manually install a newer version of the package. However when I do so it fails with errors related to CMake. Would really appreciate any help on this.