I have been trying to use the Cloud compile instrument on the moku:go platform. I am attempting to set up the instrument in Python using the API, however whenever I try to set up cloud compile it throws this error.
“filename ‘mokugo/02-255-01’ not found”
I have tried to use the cloud compile API on both Mac and windows using both matlab and python and all platforms have the same error where I cant deploy the cloud compile instrument. Due to this error we cannot use cloud compile with the API, which is a significant feature we were hoping to use as a part of a project that we are working on. Is there any fix that I could try to resolve this issue? Has anyone else experienced this error and found a resolution?
thanks for your message, it is great to see you working to use Moku Cloud Compile (MCC) with Python via the API. This is potentially a very powerful feature. Currently our documentation on this is somewhat lacking and we are working to improve it.
In the meantime, the issue you are facing is that the MCC slot does not have a bitstream.
To solve this, download the MCC bitstream (a ‘tar.gz’ file) from your compile.liquidinstruments.com build, then refer to it like this -
Hello,
did anyone manage to solve this problem? I’m experiencing the same thing.
I’m using Python 3.11.2 on Windows.
Moku:Pro, firmware v. 587.
I’m running it in multi instrument mode with a custom Cloud Compile instrument in slot 1.
I have uploaded the bitstream and when I run the custom instrument on the desktop application everything runs fine. When I try to set CloudCompile as an instrument using the Python API I get the error
I just want to give an update on this: I realised my installation of the moku package was not up to date! So after upgrading it to 3.2.0 I managed to include the path as an argument when setting up the instrument. After that, it worked fine.