• So i open the file with python loader and i get this.
    Garretts-MacBook-Air:~ GarrettLeffue$ cd '/Users/GarrettLeffue/Documents/' && '/usr/bin/pythonw' '/Users/GarrettLeffue/Documents/stm32loader.py' && echo Exit status: $? && exit 1
    Traceback (most recent call last):
    File "/Users/GarrettLeffue/Documents/stm32loader.py", line 29, in

    import serial
    

    ImportError: No module named serial

    How do i solve this?

About

Avatar for GarrettL @GarrettL started