Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant receive osc - error importing dispatcher #114

Open
mraeclo opened this issue Oct 31, 2019 · 0 comments
Open

cant receive osc - error importing dispatcher #114

mraeclo opened this issue Oct 31, 2019 · 0 comments

Comments

@mraeclo
Copy link

mraeclo commented Oct 31, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant