AttributeError: module 'cyberpi' has no attribute 'console'


#1

Hi team,

I am once again unable to run code on the CyberPi in LiveMode using the Python editor. The code runs when it is upload to the cyberpi.

As troubleshooting steps I have tried updating the makeblock library and installed the cyberpi library, which wasn’t installed when I first ran the program.

Thank you for your help,
~FMD


#2

Hi, can you please check which version of the following libraries are installed :

  • makeblock
  • cyberpi

BTW, I recommend you use : import cyberpi, random
instead of two import lines.