Hi, I have a Node.js backend service hosted in render.com. This also has a python script which will run if there is an API call to it and return some results in json. I am unable to run it because whenever I try to run it, I get an error saying “No module named pandas”. I am installing all the required dependencies (including Pandas) during the build step.
I am running Python inside of Node.js using the python-shell npm package.