ubxlib
ubxlib copied to clipboard
PlatformIO PackageException
Hello,
I've been developing an application with a ZED-F9P connected to an nRF52832. My platform of choice is PlatformIO (core is 6.1.5).
Development was going fine until I did a full clean instead of a clean of my project. Now when trying to integrate ubxlib, the console states the following:
* Executing task: platformio run
Processing nrf52_dk (platform: nordicnrf52; framework: zephyr; board: nrf52_dk)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Library Manager: Installing git+https://github.com/u-blox/ubxlib @ 1.4.0
git version 2.34.1
Cloning into '/home/mleroy/.platformio/.cache/tmp/pkg-installing-dtq9d5z8'...
remote: Enumerating objects: 1240, done.
remote: Counting objects: 100% (1240/1240), done.
remote: Compressing objects: 100% (1039/1039), done.
remote: Total 1240 (delta 345), reused 670 (delta 149), pack-reused 0
Receiving objects: 100% (1240/1240), 6.32 MiB | 11.02 MiB/s, done.
Resolving deltas: 100% (345/345), done.
Submodule 'common/geofence/geographiclib' (https://github.com/geographiclib/geographiclib) registered for path 'common/geofence/geographiclib'
Submodule 'common/short_range/src/gen2/ucxclient' (https://github.com/u-blox/ucxclient.git) registered for path 'common/short_range/src/gen2/ucxclient'
Cloning into '/home/mleroy/.platformio/.cache/tmp/pkg-installing-dtq9d5z8/common/geofence/geographiclib'...
remote: Enumerating objects: 30501, done.
remote: Counting objects: 100% (3634/3634), done.
remote: Compressing objects: 100% (398/398), done.
remote: Total 30501 (delta 3340), reused 3387 (delta 3236), pack-reused 26867
Receiving objects: 100% (30501/30501), 13.79 MiB | 10.47 MiB/s, done.
Resolving deltas: 100% (24598/24598), done.
Cloning into '/home/mleroy/.platformio/.cache/tmp/pkg-installing-dtq9d5z8/common/short_range/src/gen2/ucxclient'...
remote: Enumerating objects: 412, done.
remote: Counting objects: 100% (174/174), done.
remote: Compressing objects: 100% (99/99), done.
remote: Total 412 (delta 87), reused 111 (delta 72), pack-reused 238
Receiving objects: 100% (412/412), 259.81 KiB | 3.25 MiB/s, done.
Resolving deltas: 100% (221/221), done.
remote: Enumerating objects: 19, done.
remote: Counting objects: 100% (19/19), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 19 (delta 10), reused 16 (delta 10), pack-reused 0
Unpacking objects: 100% (19/19), 144.32 KiB | 1.80 MiB/s, done.
From https://github.com/geographiclib/geographiclib
* branch b3bfff214c9639cbb9ffb1338dc19c2d10e5269e -> FETCH_HEAD
Submodule path 'common/geofence/geographiclib': checked out 'b3bfff214c9639cbb9ffb1338dc19c2d10e5269e'
Submodule path 'common/short_range/src/gen2/ucxclient': checked out '508768f0b566368149aa22502558e5481b853b2e'
PackageException: Package version 1.5.0+sha.0209dcf doesn't satisfy requirements 1.4.0 based on PackageMetadata <type=library name=ubxlib version=1.5.0+sha.0209dcf spec={'owner': None, 'id': None, 'name': 'ubxlib', 'requirements': '1.4.0', 'uri': 'git+https://github.com/u-blox/ubxlib'}
* The terminal process "platformio 'run'" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
I've tried with ubxlib v1.3.1 but the same error occurs.
Was something broken?
Thanks in advance for your help!