openpyn-nordvpn
openpyn-nordvpn copied to clipboard
No such file or directory: 'openpyn-management' Error on raspberry pi
This the trace, strange enough, that it did work for months but suddenly stopped now...
File "/usr/bin/openpyn", line 9, in
openpyn-management command should be present. it's the openpyn/management/management.py file.
I would uninstall openpyn and reinstall it.
sudo python3 -m pip uninstall openpyn
sudo python3 -m pip install --upgrade openpyn
the fix was to use --silent
If you use --silent openpyn-management is not called, that will do it. but it shouldn't be needed.