AttributeError: partially initialized module 'flet' has no attribute 'Page' #815
-
|
Hi Everyone, I just stumbled upon Flet project and can't wait to get going with it. I installed Python 3.10.0 and Flet 0.3.2 (see screenshot) But I still could'nt run the first "Hello World" demo code I found in the flet.dev documentation. The Error in the terminal: I also run: But still same issue. If anyone has an idea, I'd greatly appreciate it! Thank you so much. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Could you run |
Beta Was this translation helpful? Give feedback.
-
|
OK, what about these commands then? |
Beta Was this translation helpful? Give feedback.
-
|
Alright, you have a few Python installations. Try cleaning everything up like removing all pythons and folder leftovers and install only a single Python distro (3.11 is OK)? Then install |
Beta Was this translation helpful? Give feedback.
Alright, you have a few Python installations. Try cleaning everything up like removing all pythons and folder leftovers and install only a single Python distro (3.11 is OK)?
Then install
fletpackage again. Bothpip listandpip show fletshould yield results.