falkTX / Carla

Audio plugin host
https://kx.studio/carla
1.59k stars 145 forks source link

Is this normal resp how do I avoid this? #1623

Closed christian179717 closed 2 years ago

christian179717 commented 2 years ago

OS: Mint

user@user-Latitude-E5550:~$ carla
Traceback (most recent call last):
  File "/usr/share/carla/carla", line 22, in <module>
    from carla_host import *
  File "/usr/share/carla/carla_host.py", line 27, in <module>
    from ctypes import (
  File "/usr/local/lib/python3.10/ctypes/__init__.py", line 8, in <module>
    from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'

Many thanks in advance!

falkTX commented 2 years ago

your custom python install has a broken ctypes, likely other things broken too. something for you to fix, likely you installed some other python thing without fully grasping what was going on.

this has nothing to do with carla, but something for you to fix on your system yourself