schollz / howmanypeoplearearound

Count the number of people around you :family_man_man_boy: by monitoring wifi signals :satellite:
MIT License
6.92k stars 386 forks source link

howmanypeoplearearound using Windows with a Python 3 Anaconda/Spyder shell #39

Open pzajonc opened 6 years ago

pzajonc commented 6 years ago

First, you may have no reason to support this environment. If not, feel free to close and resolve. I am testing it because I am curious only. Thanks, -Pete

But I did want see the package and was able to run the install in the Spyder IDE using

pip.main(['install', 'howmanypeoplearearound'])

Following was then run and output is not informative:

import howmanypeoplearearound howmanypeoplearearound Out[13]: <module 'howmanypeoplearearound' from 'C:\Users\Peter\Anaconda3\lib\site-packages\howmanypeoplearearound\init.py'>

So not getting the output I expected... per the doc for this module: Using wlan1 adapter and scanning for 60 seconds... [==================================================] 100% 0s left There are about 3 people around.

Edit: I should add. The TShark module was not imported. This may help explain the results.

Thanks