Using FME 2021, I am trying ton import ArcGIS Python API package into FME to be able to use from arcgis.gis import GIS
I used CMD and ran the following command
C:\Users\User\Documents\FME\Plugins\Python>fme.exe python -m pip install arcgis
but I am getting this error
ERROR: Command errored out with exit status 1:
command: 'C:\Program Files\FME_2021.1_b21607\fmepython38\python.exe' 'C:\Program Files\FME_2021.1_b21607\python\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\User~1\AppData\Local\Temp\tmp8yey1i4s'
cwd: C:\Users\wUser\AppData\Local\Temp\pip-install-mweucxk9\pywinpty
Complete output (6 lines):Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it through
the system's package manager or via https://rustup.rs/Checking for Rust toolchain....
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Program Files\FME_2021.1_b21607\fmepython38\python.exe' 'C:\Program Files\FME_2021.1_b21607\python\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\user~1\AppData\Local\Temp\tmp8yey1i4s' Check the logs for full command output.
can you please let me know what I am doing wrong?