I need to install scipy into the Data Interoperability Workbench and tried the approach one would take with FME
fme.exe python -m pip install scipy==1.9.3
However, the whole thing blows up with the last error message ModuleNotFoundError: No module named '_socket'.
How can I install scipy? @Bruce_RHarold, any suggestion? 😉