Open
Description
When installing from pip, from openbci import wifi
will give an error: ModuleNotFoundError: No module named 'plugin_interface'
. It is because plugin_interface.py
is outside of the package.
Commenting the line from .plugins import *
in openbci/__init__.py
fixes the problem. I am not familiar with the plugin system, and maybe this quick fix has side-effects. Is there a better way?
Metadata
Metadata
Assignees
Labels
No labels