Closed jabreity closed 4 months ago
Good
Could you update the README.md
to explain how to install importlib
?
Thank ;-)
Yes! Thank you, I'm on it.
On Mon, Jul 8, 2024 at 9:47 AM Oros @.***> wrote:
Good Could you update the README.md to explain how to install importlib ? Thank ;-)
— Reply to this email directly, view it on GitHub https://github.com/Oros42/IMSI-catcher/pull/164#issuecomment-2214123943, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATZ5JFPJIHQJBEQXBY3UQ73ZLKJ5ZAVCNFSM6AAAAABKKGYWICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJUGEZDGOJUGM . You are receiving this because you authored the thread.Message ID: @.***>
Completed, please advise.
Could you add apt install python3-pip
before pip install importlib
?
Thank you!
The import library imp has been removed in python >3.12. The new methodology is to use importlib.util and importlib.machinery per the change notes https://docs.python.org/dev/whatsnew/3.12.html#removed