No numpy in python??
justineclaire
TRIALOP

2 years ago

import numpy as np
ModuleNotFoundError: No module named 'numpy'

I am trying to deploy a node backend that uses spawn to call a python file that uses pandas numpy and joblib. It works on my local machine because i could install these to my own version of python but im not sure how to do it on railway (if that is even the issue).

Is there a way to get past this error?

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

1 Replies

brody
EMPLOYEE

2 years ago

Please attach your build logs using this https://bookmarklets.up.railway.app/log-downloader/


Loading...