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
Change line 8 and 11 in Lepton3.py by adding a "." and include bracket "()" in all the print statements should fix the problem
ln 8: from ioctl_numbers import _IOR, _IOW
--> from .ioctl_numbers import _IOR, _IOW
ln 11: from Lepton import Lepton
--> from .Lepton import Lepton
I install with sudo python3 setup.py install . but import pylepton.Lepton3 error, ImportError : No module named 'ioctl_numbers'
The text was updated successfully, but these errors were encountered: