openbci-archive / OpenBCI_Python

The Python software library designed to work with OpenBCI hardware.
MIT License
510 stars 207 forks source link

No plugins available after installation due to incorrect path #94

Open likeleto opened 6 years ago

likeleto commented 6 years ago

By default no plugins was available: sudo python user.py --board ganglion --port f4:06:72:bb:7a:dd --list ------------user.py------------- WARNING: no plugin selected, you will only be able to communicate with the board. You should select at least one plugin with '--add [plugin_name]'. Use '--list' to show available plugins or '--info [plugin_name]' to get more information. Board type: OpenBCI Ganglion ('Port: ', 'f4:06:72:bb:7a:dd') Available plugins: when I specify path with folder "openbci" - "--plugins-path openbci/plugins", plugins appears `sudo python user.py --board ganglion --port f4:06:72:bb:7a:dd --list --plugins-path openbci/plugins ------------user.py------------- WARNING: no plugin selected, you will only be able to communicate with the board. You should select at least one plugin with '--add [plugin_name]'. Use '--list' to show available plugins or '--info [plugin_name]' to get more information. Board type: OpenBCI Ganglion ('Port: ', 'f4:06:72:bb:7a:dd') Available plugins: