Question: Hello, currently trying to use Thonny for python in raspberry pi . I need the following libraries to be installed. Please show me the steps
Hello, currently trying to use Thonny for python in raspberry pi I need the following libraries to be installed. Please show me the steps on how to install it on thonny and how can I check if it works.
import tkinter as tk
from tkinter import Label, Frame
import torch
from picamera import Picamera #based on the Picamera library pdf file
import numpy as np
import cv
from PIL import Image, ImageTk
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
