Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems building Plaits Code #57

Closed
AlistairJohnsonG opened this issue Aug 16, 2023 · 2 comments
Closed

Problems building Plaits Code #57

AlistairJohnsonG opened this issue Aug 16, 2023 · 2 comments

Comments

@AlistairJohnsonG
Copy link

Hi,

I am using the published tool chain (https://pichenettes.github.io/mutable-instruments-documentation/modules/plaits/open_source/). I can successfully build code for Rings and Clouds but Plaits does not work.

I am able to build the bootloader for Plaits.

Here is the output from the "Cozy Development Environment":

vagrant@vagrant-ubuntu-trusty-64:/vagrant/eurorack-modules$ make -f plaits/makefile
stmlib/makefile.inc:373: build/plaits/depends.mk: No such file or directory
python stmlib/tools/resources_compiler.py plaits/resources/resources.py
Traceback (most recent call last):
File "stmlib/tools/resources_compiler.py", line 280, in
main(sys.argv)
File "stmlib/tools/resources_compiler.py", line 276, in main
Compile(argv[i])
File "stmlib/tools/resources_compiler.py", line 265, in Compile
resource_module = import(base_name.replace('/', '.'))
File "/vagrant/eurorack-modules/plaits/resources/resources.py", line 74, in
import waveterrains
ImportError: No module named waveterrains
make: *** [plaits/resources.cc] Error 1

Hopefully one of you kind "superstars" out there can help. Thanks in advance

Alistair

@pichenettes
Copy link
Owner

Remove the line import waveterrains in resources.py

@AlistairJohnsonG
Copy link
Author

Hi,

Thanks for your very rapid help.

Full respect to you and your work. I wish I had the time to learn what you did to create these fantastic products.

I can confirm that I removed "import waveterrains" in the resources.py file and have been able to build the code succesfully.

Again, many thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants