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
When I try to import ctcsound, I get the following error:
Traceback (most recent call last):
File "c:\Users\USER\Documents\CSound\send_code.py", line 1, in <module>
import ctcsound
File "C:\Users\USER\Documents\CSound\osc_test\Lib\site-packages\ctcsound.py", line 2699, in <module>
libcspt = ct.CDLL(ctypes.util.find_library("csnd6"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\ctypes\__init__.py", line 366, in __init__
if '/' in name or '\\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
I am using a venv with nothing but ctcsound.py, python-osc and numpy.
The text was updated successfully, but these errors were encountered:
When I try to import ctcsound, I get the following error:
I am using a venv with nothing but ctcsound.py, python-osc and numpy.
The text was updated successfully, but these errors were encountered: