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.
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
Following was then run and output is not informative:
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