Hello everyone,
I recently tried to install the paramiko library in my FME environment using the command:
fme.exe python -m pip install paramiko --target C:\\Users\\NMI\\Documents\\FME\\Plugins\\Python
On my local machine it works as expected. When I try to install it at the customer however it fails with the error message: Installing build dependencies: finished with status 'error'
Further in the log it returns the following information (newline characters have been added to improve the readability):
Expected an even number of command line arguments, instead got 9 for command line: >>
`pip'
`install'
`--ignore-installed'
`--no-user'
`--prefix'
`C:\\Users\\NMI\\AppData\\Local\\Temp\\pip-build-env-ilnw8_md'
Has anyone encountered a similar issue before?
All help is greatly appreciated.