Closed bertday closed 1 year ago
Hi @rbrtmrtn, thanks so much for filling out our issue form! Seems like you are having issues with the installation script. Can you try running the same command on your device with an extra flag as such:
curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.18/install.py | sudo python3 - --pre --upgrade
Let me know if you are able successfully install with this line.
Hi @marcwitasee , thanks for following up about this! I ran that command and it worked.
Looks like everything was figured out here! Just for posterity:
/usr/local/bin/
(its preference), and who had neither alternate directory on their PATH
: ~/.local/bin/
& ~/bin/
. Rather than write to a location which wouldn't work, the installer required specification of a path. I don't think that this is unreasonable; however, it could perhaps be better documented. I've added a note about this to the readme.sudo
(as the root user). This makes sense for a typical installation, and the root user was able to write to /usr/local/bin/
(presumably).--pre
argument was in fact also necessary – so long as Netrics is in beta. A note about this has also been added to the readme.Cheers :slightly_smiling_face:
🐞 Bug Report:
Hello and thank you for this awesome project! 👋 I'm trying to install Netrics on a RasPi 4B using the one-liner, and running into an error.
Current Behavior:
When I run the one-liner:
I get an error:
Expected Behavior:
I expect it to install.
Steps to Reproduce:
[I think I covered this above, but please let me know if any other details would be helpful]
Screenshots/Code Snippets:
n/a
Environment:
RasPi 4B; results of
lsb_release -a
:Additional Information:
n/a