-
Notifications
You must be signed in to change notification settings - Fork 125
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
adafruit-nrfutil missing in Ubuntu 18.04 #65
Comments
Update: after installing the
|
I think you shouldn't need to install the package as Edit: I guess it depends on your Python distribution, I'm using Anaconda that works well without running anything as admin. |
Hi Bernat! ;) How did you install PlatformIO? Do you use VSCode? |
Hi Ivan! I don't use VSCode, I just use the command line tool :) To get PlatformIO I just did |
Yep, that's what I did. That doesn't work in neither of my two computers. |
Could you try now?
Just to instruct PlatformIO to use Python 3 |
I've uninstalled platformio, and now when running What's more, there seems to be no |
Sorry, scratch that. The executable is in After installing pio with pip3 I still have the same problem, though:
|
Okay, after running:
I can now compile for the cplay52. Should we close this? Or should Thanks, Ivan! :) |
I marked this issue as a bug. The ideal solution for this issue is providing binary for @jeremypoulter, where did you get binaries for Windows and macOS? |
I am getting this error whike trying to run adafruit-nrfutil. How do i add it to PATH? |
@smandalbme I recommend you contact adafruit as it is their tool that is breaking, but it seems like you are missing a dependency.
|
I can see the package when i do a sudo. However without permission, the package is not executed, thus it doesn't work with the Arduino IDE as well. Probably I am setting the path wrong somehow. How do i set the PATH correctly so that the package is accessible? smandal@sm-thinkpad:~$ sudo adafruit-nrfutil version Adafruit in its guide just mentions: Add pip3 installation dir to your PATH if it is not added already. Make sure adafruit-nrfutil can be executed in terminal by running. |
[Solved] |
Hi there.
PlatformIO is complaining that it's not finding adafruit-nrfutil when I try to compile for the Circuit Playground nRF52.
Sure enough, I looked into the
~/.platformio/packages/framework-arduinoadafruitnrf52/tools/adafruit-nrfutil/
directory and the Linux package is missing:Here's what the platformio.ini section looks like:
Any idea how to fix this? pip3-installing it didn't fix the issue either. I guess PlatformIO is trying to find the tool in its own path, not the global one.
The text was updated successfully, but these errors were encountered: