belangeo / cecilia5

Ear-bending noises and music
226 stars 20 forks source link

Cecilia Runtime Error #112

Open jusnjjshh opened 1 year ago

jusnjjshh commented 1 year ago

When wanting to play a module, Cecilia tells me that it couldn't load the module and would go back to something that has worked before – just that also this doesn't work (anymore). I tried different modules, the problem persists. Here is a screenshot:

Would be thankful for any leads! x

Bildschirmfoto 2023-05-21 um 14 42 06 Bildschirmfoto 2023-05-21 um 14 42 10
jusnjjshh commented 1 year ago

I tried to install Cecila5 now via terminal and ran into the following issue: Although Portaudio is installed, when trying to install pyo, I get this Error, which ultimately also seems to be the error that prevents Cecilia5 from starting through the terminal. What is weird is that just two days ago, everything was running just fine..

  In file included from src/engine/ad_portaudio.c:21:
  include/ad_portaudio.h:25:10: fatal error: 'portaudio.h' file not found
  #include "portaudio.h"
           ^~~~~~~~~~~~~
  1 error generated.
  error: command '/usr/bin/clang' failed with exit code 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyo Running setup.py clean for pyo Failed to build pyo ERROR: Could not build wheels for pyo, which is required to install pyproject.toml-based projects