Skip to main content
Question

installing a python module (fieldcloud-sdk) on fme-flow 2025.2.4

  • March 10, 2026
  • 0 replies
  • 14 views

vki
Contributor
Forum|alt.badge.img+8

Hello

We have just updated FME Flow to 2025.2.4. As we also need the qfieldcloud-sdk module, I installed it with pip-install 

"C:\Program Files\FMEFlow\Server\fme\fmepython313\python.exe" -m pip install qfieldcloud-sdk

Somehow this installation got mixed up and the module was installed in python 3.12

"C:\Program Files\FMEFlow\Server\fme\fmepython313\python.exe" -m pip show qfieldcloud-sdk

Name: qfieldcloud-sdk
Version: 0.13.0
Summary: The official QFieldCloud SDK and CLI.
Home-page: https://github.com/opengisch/qfieldcloud-sdk-python
Author:
Author-email: Ivan Ivanov <ivan@opengis.ch>
License:
Location: C:\Program Files\FMEFlow\Server\fme\fmepython312\Lib\site-packages
Requires: certifi, charset-normalizer, click, idna, pathvalidate, requests, requests-toolbelt, tqdm, urllib3
Required-by:

(» Location: C:\Program Files\FMEFlow\Server\fme\fmepython312\Lib\site-packages)


Previously, we used FME Flow 2024.1.2.1, which used python 3.12, FME Flow now uses python 3.13 and as the module is installed in python 3.12 the module isn’t used and I get errors in my workspaces.

How can I fix this and install the module in python 3.13.?

 

Thanks in advance

Vera