kootenpv / whereami

Uses WiFi signals :signal_strength: and machine learning to predict where you are
GNU Affero General Public License v3.0
5.1k stars 247 forks source link

Unrecognized Arguments -n #28

Closed stefanhuber1993 closed 7 years ago

stefanhuber1993 commented 7 years ago

Hey there,

I was trying to use 'whereami'. I use python 2.7, and installed whereami by pip. I get the following error message.

>>> whereami learn -l work2 -n 100
usage: whereami [-h] [--version]
                {predict,predict_proba,crossval,locations,ls,learn,rename} ...
whereami: error: unrecognized arguments: -n 100

Best Stefan

stefanhuber1993 commented 7 years ago

see #29 Pull Request to readd the command line argument

kootenpv commented 7 years ago

Solved by PR #29 indeed, thanks! Available as of whereami==0.3.63.

To upgrade in such a short time, make sure to avoid the cache:

pip install -U --no-cache whereami

Let me know if it worked for you.

stefanhuber1993 commented 7 years ago

Works nicely indeed, thanks.