Hi
windows 10, FME desktop 2020.2.5
I installed scipy using pip
"fme.exe python -m pip install numpy --target C:\\Users\\<user>\\Documents\\FME\\Plugins\\Python\\python37 "
I check numpy version and it says 1.16.5 using pip list in commando prompt.
But when I run the script in FME desktop it says
ERROR |C:\\Users\\<my username here>\\AppData\\Roaming\\Python\\Python37\\site-packages\\scipy\\__init__.py:149: UserWarning: A NumPy version >=1.16.5 and <1.23.0 is required for this version of SciPy (detected version 1.15.1
UserWarning)
But the only version of numpy that i have installed is 1.16.5.
Any suggestions on how I can fix this problem?