You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot receive osc because importing dispatcher gives this error
Traceback (most recent call last):
File "/Users/mraeclo/Desktop/apagar.py", line 9, in <module>
from pythonosc import dispatcher
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/pythonosc/dispatcher.py", line 60, in <module>
class Dispatcher(object):
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/pythonosc/dispatcher.py", line 101, in Dispatcher
def unmap(self, address: str, handler: Handler) -> None:
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/typing.py", line 1184, in overload
raise RuntimeError("Overloading is only supported in library stubs")
RuntimeError: Overloading is only supported in library stubs
Any thoughts on how to solve this?
The text was updated successfully, but these errors were encountered:
I cannot receive osc because importing dispatcher gives this error
Any thoughts on how to solve this?
The text was updated successfully, but these errors were encountered: