I have my nova successfully connected to the network sending “hello world” and everything, firmware updated as well. But when I open a network connection I get this error stating pppd not found.
pi@raspberrypi:~ sudo hologram send "hello world"
RESPONSE MESSAGE: Message sent successfully
pi@raspberrypi:~ sudo hologram network connect
Traceback (most recent call last):
File “/usr/local/bin/hologram”, line 181, in
if name == ‘main’: main()
File “/usr/local/bin/hologram”, line 177, in main
_command_handlerscommand_selected_prefix
File “/usr/local/lib/python3.7/dist-packages/scripts/hologram_network.py”, line 73, in run_hologram_network
_run_handlersargs[‘command_selected’]
File “/usr/local/lib/python3.7/dist-packages/scripts/hologram_network.py”, line 25, in run_network_connect
res = cloud.network.connect()
File “/usr/local/lib/python3.7/dist-packages/Hologram/Network/Cellular.py”, line 67, in connect
success = self.modem.connect(timeout = timeout)
File “/usr/local/lib/python3.7/dist-packages/Hologram/Network/Modem/Modem.py”, line 96, in connect
chatscript_file=self.chatscript_file)
File “/usr/local/lib/python3.7/dist-packages/Hologram/Network/Modem/ModemMode/PPP.py”, line 34, in init
connect=self.connect_script)
File “/usr/local/lib/python3.7/dist-packages/Hologram/Network/Modem/ModemMode/pppd.py”, line 53, in init
raise IOError(’%s not found’ % pppd_path)
OSError: /usr/sbin/pppd not found
It seems my hologram installation is wrong in some way.
Ive set my default python to 3.7
Any ideas?