belangeo / cecilia5

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

No module named 'pyolib' using pyo==1.0.0 #90

Closed ZenithalHourlyRate closed 5 years ago

ZenithalHourlyRate commented 5 years ago

Environment:

After running python3.6 Cecilia5.py, it prompted No module named 'pyolib'.

I tried to find pyo==0.9.0, but I can find it nowhere. Would you like to fix the dependency since pyo==1.0.0 has been released?

belangeo commented 5 years ago

Did you update you cecilia5 sources? If it searches for pyolib, then your not up-to-date. Just checkout the last sources to fix it. I'll update the README...

ZenithalHourlyRate commented 5 years ago

No, I used the tarball released Cecilia 5.3.5 at official website

By using this git repo I can successfully open it.

indeedwatson commented 4 years ago

I have the same problem, downloading Cecilia 5.3.5 from either the website or the Releases in this repo.

belangeo commented 4 years ago

If you want to launch Cecilia from sources, you'll have to use the latest sources on git. Otherwise, the 5.3.5 tarball is now incompatible with recent versions of pyo.

Or, if you are on MacOS or Windows, you just download the binary installer...

indeedwatson commented 4 years ago

Ah nevermind I thought by sources you meant releases. Surprised it's not in AUR. Anyway, got it working, thanks!