What R Packages and Python Libraries are available on FMECloud?
R Packages and Python Libraries are available on FMECloud?

Best answer by gerhardatsafe
Hi @mikek
the python modules or R packages that are installed by default on your FME Cloud instance are not determined by any version of FME Desktop or FME Server that you are using.
All new FME Cloud instances run on Ubuntu 18.04 (Python 3.6) installed. Additionally to the Python Standard Library the following modules are available on your FME Cloud instance:
- BeautifulSoup
- beautifulsoup4
- boto
- boto3
- matplotlib
- oauthlib
- requests_oauthlib
- urllib3
If you need a python module that is not available on your FME Cloud instance you can import the custom module by following this documentation.
This is the list of R Packages that are currently available on FME Cloud:
- ‘sqldf’
- ‘jsonlite’
- ‘XML’
- ‘foreach’
- ‘readr’
- ‘sp’
- ’ggplot2’
- ‘ggmap’
If you need any other Python modules or R packages and think they should be available by default, feel free to request them in a New Idea .
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.