phenotypic / WiFiCrackPy

Automated Wi-Fi cracker for macOS
MIT License
142 stars 16 forks source link

CoreWLAN module not found #30

Closed iRaccoon13 closed 2 months ago

iRaccoon13 commented 2 months ago

I've tried installing using pip, but it doesn't appear to be on PiPi.

phenotypic commented 2 months ago

Hi there, as per the README, please ensure you are installing the necessary Python dependencies: pip3 install -r requirements.txt

You should also make sure to follow the prerequisites section to resolve any other outstanding requirements.

iRaccoon13 commented 2 months ago

I did!

On Aug 7, 2024, at 9:02 AM, Tom @.***> wrote:

Hi there, as per the README, please ensure you are installing the necessary Python dependencies: pip3 install -r requirements.txt

You should also make sure to follow the prerequisites section to resolve any other outstanding requirements.

— Reply to this email directly, view it on GitHub https://github.com/phenotypic/WiFiCrackPy/issues/30#issuecomment-2273687869, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAUZIGRAPG2ZAEZ5A3FWHTLZQIZHBAVCNFSM6AAAAABMCQZBCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZTGY4DOOBWHE. You are receiving this because you authored the thread.

phenotypic commented 2 months ago

CoreWLAN is found within the PyObjC library.

Run pip3 install pyobjc.

iRaccoon13 commented 2 months ago

It’s already installed, same issue. Thanks for your help!

On Aug 7, 2024, at 9:24 AM, Tom @.***> wrote:

CoreWLAN is found within the PyObjC library.

Run pip3 install pyobjc.

— Reply to this email directly, view it on GitHub https://github.com/phenotypic/WiFiCrackPy/issues/30#issuecomment-2273736000, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAUZIGX63NYWC374YDBGFZDZQI33TAVCNFSM6AAAAABMCQZBCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZTG4ZTMMBQGA. You are receiving this because you authored the thread.

iRaccoon13 commented 1 month ago

Oops! I had multiple versions of python installed, and pip and homebrew were fighting. I got it sorted out eventually.

iRaccoon13 commented 1 month ago

It turns out I had multiple instances of python installed. Fixed!

On Aug 7, 2024, at 9:29 AM, Eddie Reasoner @.***> wrote:

It’s already installed, same issue. Thanks for your help!

On Aug 7, 2024, at 9:24 AM, Tom @.***> wrote:

CoreWLAN is found within the PyObjC library.

Run pip3 install pyobjc.

— Reply to this email directly, view it on GitHub https://github.com/phenotypic/WiFiCrackPy/issues/30#issuecomment-2273736000, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAUZIGX63NYWC374YDBGFZDZQI33TAVCNFSM6AAAAABMCQZBCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZTG4ZTMMBQGA. You are receiving this because you authored the thread.