seemoo-lab / opendrop

An open Apple AirDrop implementation written in Python
https://owlink.org
GNU General Public License v3.0
8.5k stars 266 forks source link

Missing pip3 dependency: netifaces #18

Closed zhovner closed 4 years ago

zhovner commented 4 years ago

After install opendrop frompip3 on macOS I've get error:

ModuleNotFoundError: No module named 'netifaces'

So i need to install this module manually:

pip3 install netifaces

and then it works. Probably this module should be added as dependency on pip scripts.