I need to run code on a remote machine with no internet. My code includes pandas and numpy.
I downloaded the numpy+pandas libraries locally to the same folder and used it.
But when I try to run the code (with pandas in a local folder) I get acannot import name 'ndarray'
error.
Help