Hello Everyone,
I am currently trying to upload files to an scp environment using the pythoncaller in FME with the paramiko and scp package.
It all works well when I run it in a seperate Python environment. In FME however I get the error 'AttributeError: Raw' which, according to Google and stackoverflow, is related to the fact that I need to upgrade the cryptography package.
Based on the FME documentation I should be able to do this using the following cmd: fme.exe python -m pip install <package_name> --upgrade
--target <package_destination_folder>
I am however wondering if I 'should' do this. Are there any FME dependencies/related tasks that might be impacted? Does anyone have previous experience with upgrading python packages in FME?
All help is greatly appreciated,
Kris