Remember to move the switch on the Elegoo Arduino Uno to UPLOAD before attempting to upload your sketch!
https://www.spyder-ide.org/ https://www.anaconda.com/download/success
Create conda environment and activate it before using spyder
conda create --name myenv conda activate myenv
To download packages, do:
pip install
Download the following packages within your created env: numpy, socket, sys, json, re, cv2, requests, pygame, os, logging, threading, tkinter
Open spyder and create a project Then select Python interpreter to use Conda Tools -> Preferences -> Python Interpreter -> Use the following interpreter -> C:\Users<username>\anaconda3\envs<env-name>\python.exe