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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: