Cannot detect imports inside pyz package #3887
Labels
Enhancement ✨
Improvement to a component
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Proposal 📨
Milestone
Is your feature request related to a problem? Please describe
A clear and concise description of what the problem is.
I'm building and packaging my app using the
zipapp
module to create amyapp.pyz
app. Then, I'm able to import modules from inside it (in a new python script).pylint
can't detect these imports and can't search for the code inside.Describe the solution you'd like
I'd like
pylint
to support importing from.pyz
files.Thanks!
The text was updated successfully, but these errors were encountered: