How to fix Pyre undefined import error in my python project

387 views Asked by At

I'm using Pyre action from GitHub but at the code scanning i got undefined import error

in my project I've already the requirement.txt

Error on GitHub, This is the error it shows

This is the requirements.txt

auto-py-to-exe==2.23.1
customtkinter==4.6.3
Pillow==9.2.0
tk==0.1.0
0

There are 0 answers