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
We had issues finding the psutil module with the latest Raspberry Pi updates while following tutorials. Are there plans for a Python 3 version?
For anyone wanting to use this on Python 3, you can add parenthesis to the print statements: print("Like This")
You'll probably also need to change line 40 to: streamer.log(PROCESS_NAME + " IP Address", output.rstrip().decode())
So far, those changes seem to work for me.
The text was updated successfully, but these errors were encountered:
We had issues finding the psutil module with the latest Raspberry Pi updates while following tutorials. Are there plans for a Python 3 version?
For anyone wanting to use this on Python 3, you can add parenthesis to the print statements: print("Like This")
You'll probably also need to change line 40 to: streamer.log(PROCESS_NAME + " IP Address", output.rstrip().decode())
So far, those changes seem to work for me.
The text was updated successfully, but these errors were encountered: