I have a workflow that uses the SharePoint Online connector to download and upload files from SharePoint.
- It works fine on FME Desktop on my machine
- It works fine if I run the workspace with fme.exe from the shell on my desktop
- It fails on our server with the following message:
Python Exception <ModuleNotFoundError>: No module named 'fmepy_microsoft_sharepoint'
I have set up a web connection for this SharePoint instance and that connection was uploaded to the server when I published the workspace.
How can I fix this issue?