Oros42 / IMSI-catcher

This program show you IMSI numbers of cellphones around you.
Creative Commons Zero v1.0 Universal
3.22k stars 736 forks source link

Update scan-and-livemon #164

Closed jabreity closed 4 months ago

jabreity commented 4 months ago

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

Oros42 commented 4 months ago

Good Could you update the README.md to explain how to install importlib ? Thank ;-)

jabreity commented 4 months ago

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: @.***>

jabreity commented 4 months ago

Completed, please advise.

Oros42 commented 4 months ago

Could you add apt install python3-pip before pip install importlib ?

jabreity commented 4 months ago

Thank you!