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

RuntimeError: Overloading is only supported in library stubs #105

Open
katsully opened this issue Sep 8, 2019 · 0 comments
Open

RuntimeError: Overloading is only supported in library stubs #105

katsully opened this issue Sep 8, 2019 · 0 comments

Comments

@katsully
Copy link

katsully commented Sep 8, 2019

Trying to run a python script and got this error:
Traceback (most recent call last):
File "src\sendPointsToMatt.py", line 16, in
from pythonosc import osc_server
File "C:\Users\NUC6-USER\take-my-pic\venv\lib\site-packages\pythonosc\osc_server.py", line 10, in
from pythonosc.dispatcher import Dispatcher
File "C:\Users\NUC6-USER\take-my-pic\venv\lib\site-packages\pythonosc\dispatcher.py", line 60, in
class Dispatcher(object):
File "C:\Users\NUC6-USER\take-my-pic\venv\lib\site-packages\pythonosc\dispatcher.py", line 101, in Dispatcher
def unmap(self, address: str, handler: Handler) -> None:
File "c:\users\nuc6-user\appdata\local\programs\python\python35\Lib\typing.py", line 1181, in overload
raise RuntimeError("Overloading is only supported in library stubs")
RuntimeError: Overloading is only supported in library stubs

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