Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Failed to build when installing Zenoh-Pico from PlatformIO registry #152

Open
cguimaraes opened this issue Jan 23, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@cguimaraes
Copy link
Member

Describe the bug

When installing Zenoh-Pico from PlatformIO registry, it fails to build because it cannot find Zenoh-Pico package.
It happens (at least) in both Ubuntu and MacOS.

Library Manager: Installing cguimaraes/zenoh-pico @ ^0.7.0-rc
Error: Could not find the package with 'cguimaraes/zenoh-pico @ ^0.7.0-rc' requirements for your system 'linux_x86_64'
Library Manager: Installing cguimaraes/zenoh-pico @ ^0.7.0-rc
Error: Could not find the package with 'cguimaraes/zenoh-pico @ ^0.7.0-rc' requirements for your system 'darwin_arm64'

To reproduce

  1. pio init -b
  2. pio lib install cguimaraes/zenoh-pico
  3. pio run

System info

  • Platform: Ubuntu 20.04 or MacOS
  • Zenoh Version: v0.7.0
  • PlatformIO version: PlatformIO Core, version 6.1.6a4
@cguimaraes cguimaraes added the bug Something isn't working label Jan 23, 2023
@cguimaraes
Copy link
Member Author

It seems that if no version is defined in platformio.ini, it works.

Working:

[env:esp32thing_plus]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
lib_deps = cguimaraes/zenoh-pico

Non-working:

[env:esp32thing_plus]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
lib_deps = cguimaraes/zenoh-pico@^0.7.0-rc

@cguimaraes
Copy link
Member Author

Since this seems to be related to PlatformIO build system, an issue was created in its repositories.
Follow its status here: platformio/platformio-core#4536

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant