Skip to content

Cricket RaspberryPIOS

seenivasanv-mcci edited this page Mar 9, 2021 · 1 revision

Development environment

  • RespberryPI OS aarch64 - Ubuntu 18.04 64 bit
  • Python - 3.6
  • Python - 3.7.0
  • wxgtk - 4.0
  • pyserial - 3.4
  • pyusb - 1.0.2
  • libusb - 1.0.22b9
  • libusb1 - 1.8
  • pyinstaller - 3.6
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
sudo add-apt-repository ppa:swt-techie/wxpython4
sudo apt-get update
sudo apt-get install python3-wxgtk4.0
sudo pip3 install pyserial
sudo pip3 install pyusb
sudo pip3 install libusb
sudo pip3 install libusb1
sudo pip3 install pyinstaller

Note:

  • If the installation of wxpython is not success, perform sudo apt-get install build-essential libgtk-3-dev
Clone this wiki locally