bardiabarabadi / uvicMUSE

BlueMuse Alternative with MATLAB Stream (UDP)
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Cannot run MuseWrapper when using Interactive Python (IPython) IDEs #8

Closed bardiabarabadi closed 3 years ago

bardiabarabadi commented 3 years ago

There is an issue when I try to use the MuseWrapper class when I am on Spyder or Jupyter. The issue seems to be the asyncio package.

bardiabarabadi commented 3 years ago

To use uvicmuse python library in the IPython environments do the following:

import nest_asyncio nest_asyncio.apply()