0CodeKit requirements not working

This is a ridiculous problem. I am trying to run a simple python script using 0CodeKit. It requires that I fill in the Requirements section - see attached image. I try to follow the tip text, the AI helper etc but regardless of what I write in Requirements section I keep getting error messages when running the module. I have also looked around for help, tutorials, anything but without success.

Can someone please help?

Try toggling on the “Map” on the right, then insert {{emptyarray}} or {{null}} into the field.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks for the quick reply. I get a different error message now: No module named ‘numpy’. Any thoughts on that?

Looks like you want to import numpy.

In that case you should just put numpy in here:

368ef3187679200817c2fa104f4d8149a417c711

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

It was that simple. I had missed to toggle “Map” and then write the python module name. Thanks!