You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've used the code of jasper-client and put it in /home/pi/jasper/client/diagnose.py and tried to run jasper however I got this error:
pi@raspberrypi:~ $ /home/pi/jasper/jasper.py
JASPER - THE TALKING COMPUTER *
(c) 2015 Shubhro Saha, Charlie Marsh & Jan Holthuis *
Traceback (most recent call last):
File "/home/pi/jasper/jasper.py", line 137, in
if not args.no_network_check and not diagnose.check_network_connection():
AttributeError: 'module' object has no attribute 'check_network_connection'
The text was updated successfully, but these errors were encountered:
The work on Jasper - specifically making it work as-is and refactoring to Python 3 is being conducted at https://github.com/aplawson/jasper-client -- including a tutorial on how to build it and/or deploy it with a custom Raspbian ISO image. //adam
Hello,
I've used the code of jasper-client and put it in /home/pi/jasper/client/diagnose.py and tried to run jasper however I got this error:
pi@raspberrypi:~ $ /home/pi/jasper/jasper.py
Traceback (most recent call last):
File "/home/pi/jasper/jasper.py", line 137, in
if not args.no_network_check and not diagnose.check_network_connection():
AttributeError: 'module' object has no attribute 'check_network_connection'
The text was updated successfully, but these errors were encountered: