Created a new instance with fme 2019.
While testing if the workspaces still work I've encountered different issues.
I have a workspace that requires, numpy, laspy,scipy,sklearn.
I have created a docker image with ubuntu 18, installed python3 and the necessary libraries and uploaded the files to Resources/Plugins/Python folder
( also tried creating the folder python36)
The current version of numpy shipped with FME cloud is 1.13.3, when i run my workspaces i keep getting :
numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject
I've tried adding an upgraded numpy version to the python folder but it will always use the default numpy installation.
I've uploaded different versions of scipy, but with no success
If i add the latest version of scipy i get :
UserWarning: NumPy 1.14.5 or above is required for this version of SciPy (detected version 1.13.1)
Any ideas on how to fix this?