We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a fresh install, any command using the package manager fails.
# arduino-cli core update-index Error initializing package manager: cannot initialize package manager: loading hardware packages: loading hardware from /root/.arduino15/packages: /root/.arduino15/packages is not a directory #
# arduino-cli core update-index Downloading missing tool builtin:[email protected]... builtin:[email protected] downloaded Installing builtin:[email protected]... builtin:[email protected] installed Downloading missing tool builtin:[email protected]... builtin:[email protected] downloaded Installing builtin:[email protected]... builtin:[email protected] installed Updating index: library_index.json downloaded Updating index: package_index.json downloaded #
arduino-cli version
# arduino-cli version arduino-cli Version: 0.7.0 Commit: 3809fc3
Any seems to cause this issue. I've noticed it on: 1. Ubuntu 18.04 x64 in Docker 2. Ubuntu 19.10 x64 3. Fedora 31 x64
The text was updated successfully, but these errors were encountered:
Temporary fix
85d1aad
See arduino/arduino-cli#529
d66265a
Successfully merging a pull request may close this issue.
Bug Report
On a fresh install, any command using the package manager fails.
Current behavior
Expected behavior
Environment
arduino-cli version
):Additional context
The text was updated successfully, but these errors were encountered: