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
Traceback (most recent call last):
File "user.py", line 12, in
from yapsy.PluginManager import PluginManager
ImportError: No module named yapsy.PluginManager
I tried to install yapsy after that also the same error is showing . If I use the code without sudo, then its shows like
serial.serialutil.SerialException: [Errno 13] could not open port /dev/ttyUSB0: [Errno 13] Permission denied: '/dev/ttyUSB0'
Thats why I used the sudo command.
Kindly help me in solving this error
The text was updated successfully, but these errors were encountered:
I tried to run the code
sudo python user.py -p /dev/ttyUSB0
But it shows the error -
I tried to install yapsy after that also the same error is showing . If I use the code without sudo, then its shows like
Thats why I used the sudo command.
Kindly help me in solving this error
The text was updated successfully, but these errors were encountered: