pyre-check icon indicating copy to clipboard operation
pyre-check copied to clipboard

Help to fix Undefined import Error

Open FrenkyDema opened this issue 3 years ago • 2 comments

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

FrenkyDema avatar Sep 27 '22 08:09 FrenkyDema

image 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

FrenkyDema avatar Sep 28 '22 15:09 FrenkyDema

You should add a .pyre_configuration in your root of the repo and set the search_path manually. image

WangGithubUser avatar Aug 31 '23 12:08 WangGithubUser