Hello,
I’m having issues installing my custom library that I published to registry. What is weird is that it works fine without username. Take a look at output:
PS G:\Software Development\PlatformIO\Projects\uirbexamples\Calibration> pio pkg search uirbcorelib
Found 1 packages (page 1 of 1)
djordjemandic/UIRBcorelib
Library • 1.2.1 • Published on Wed Jan 1 18:47:24 2025
Universal IR Blaster core library for Arduino.
PS G:\Software Development\PlatformIO\Projects\uirbexamples\Calibration> pio pkg install --library "djordjemandic/UIRBcorelib@^1.2.1"
Resolving uirb-v02 dependencies...
Library Manager: Installing djordjemandic/UIRBcorelib @ ^1.2.1
UnknownPackageError: Could not find the package with 'djordjemandic/UIRBcorelib @ ^1.2.1' requirements for your system 'windows_amd64'
PS G:\Software Development\PlatformIO\Projects\uirbexamples\Calibration> pio pkg install --library "UIRBcorelib@^1.2.1"
Resolving uirb-v02 dependencies...
Library Manager: Installing UIRBcorelib @ ^1.2.1
Unpacking [####################################] 100%