Hi,
I want to use a 3rd party Python module (numpy, which I successfully installed in Python 2.7) in Flux. When I tried ' import numpy' in command prompt in Flux the error comes as
Can not execute the following command :
import numpy
Problem to import the module : numpy
Enter sys.path to see if this module is accessible from your jython session
I guess my problem is the 3rd party module is not installed in C:\Altair\Flux_12.3\Third_party\python. So how can I install and use 3rd party Python modules in Flux?
Kind regards,
Chen