I've been trying to install flet and use it for the past 2 hours and no matter what i try it keeps giving an error, even when I manually install each module "not found" it gives some attribution error from one of the flet files. I updated Python to 3.11 because I heard somewhere that flet doesn't work with 3.9 but it's still not working. How do you properly install flet? What could be my error? I have flet in the directory my program is in and python is installed in another directory (rhe default program files directory) but I'm not sure if that is what's affecting it as my python program runs fine without python in it. Any solutions?
modules not found: H2, click, socksio, bunch of others(shouldn't these modules be in flet, if not why do i have to install a million other modules just to use flet when I've seen other people run the install flet command and jump right into using it?)
-I ran the command pip install flet (it installed what seemed to be the latest version)
- i updated python to 3.11 and tried changing the environment on visual studio to it
- my import statement: import flet as ft
I expect for it to import flet( I just wanna see if the program runs after i import flet, I haven't started the process of using flet yet because it keeps giving me this error)