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
Considering the latest versions of Ubuntu 22.04 and python 3.10, I suggest the following changes:
# To avoid a linking error related to time_msec:
sed -i.bak 's/CC = gcc/CC = g++/' Makefile
# To avoid TabError
sed -i.bak 's/\t/ /g' pyk8055/pyk8055.py
# To avoid SyntaxError
sed -i.bak 's/IOError, "Could not open device"/IOError("Could not open device")/g' pyk8055/pyk8055.py
Thank you for the useful work!
Cheers,
Davide
The text was updated successfully, but these errors were encountered:
Hello,
Considering the latest versions of Ubuntu 22.04 and python 3.10, I suggest the following changes:
Thank you for the useful work!
Cheers,
Davide
The text was updated successfully, but these errors were encountered: