flipcoder / textbeat

🎹 plaintext music sequencer and midi shell, with vim playback and the powers of music theory 🥁
MIT License
406 stars 13 forks source link

ModuleNotFoundError #4

Closed HansZoellner closed 4 years ago

HansZoellner commented 4 years ago

Hi, I'm trying to install textbeat on my system and after running sudo python setup.py install and trying to launch textbeat, i get Traceback (most recent call last): File "/usr/bin/textbeat", line 11, in <module> load_entry_point('textbeat==0.1.0', 'console_scripts', 'textbeat')() File "/home/hans/.local/lib/python3.8/site-packages/textbeat/__main__.py", line 62, in main from . import support File "/home/hans/.local/lib/python3.8/site-packages/textbeat/support.py", line 20, in <module> import textbeat.plugins as tbp ModuleNotFoundError: No module named 'textbeat.plugins' Any ideas?

flipcoder commented 4 years ago

Thanks. Looks like the installer is broken. I'll try to fix this. You should be able to run it in-place by using the txbt scripts in the main folder.

flipcoder commented 4 years ago

Yeah the setup file is missing the plugins folder. I'll push the changes.

flipcoder commented 4 years ago

Try pulling the newest changes. It looks like it's working on my end now.

https://github.com/flipcoder/textbeat/commit/974b567ce1c8ea9ce182a45bd746702deea147f6

HansZoellner commented 4 years ago

That's fixed, fantastic!