iancmcc / ouimeaux

Python API to Belkin WeMo devices

Home Page:http://pypi.python.org/pypi/ouimeaux

Repository from Github https://github.comiancmcc/ouimeauxRepository from Github https://github.comiancmcc/ouimeaux

cant install server

madmartian5 opened this issue · comments

Hi there,
I installed ouimeaux fine with the following command:
easy_install ouimeaux

but get the following error when trying to install server:

no matches found: ouimeaux[server]

any ideas.. I am on Mac OSX

Try the command: pip install ouimeaux[server] to install the server. If that doesn't work, try again using sudo pip install ouimeaux[server].

I'd like to know how it turns out, because I have no trouble installing the server, but it will not launch on my macOS setup. All the best.

@ericksonstudio have you tried running as sudo wemo server? It only works on my mac if I add sudo

Seems that ouimeaux server is no longer part of the pip repos, you can install it from github repo like so pip install -e 'git+https://github.com/syphoxy/ouimeaux.git#egg=ouimeaux[server]'