Skip to main content

After a upgrade to 1.8. arcgis FME data interoperability model does not work anymore.

Type of an error i am getting :

Python Exception <TypeError>: '<' not supported between instances of 'str' and 'float'

Traceback (most recent call last):

File "__init__.py", line 163, in close

File "__init__.py", line 261, in generate

File "__init__.py", line 298, in summaryData

File "__init__.py", line 417, in summarize

TypeError: '<' not supported between instances of 'str' and 'float'

AttributePivoter_2 (PythonFactory): PythonFactory failed to close properly

AttributePivoter_2 (PythonFactory): A fatal error has occurred. Check the logfile above for details

A fatal error has occurred. Check the logfile above for details

 

 

There's a known issue with the AttributePivoter and newer python versions, see the last response from @hollyatsafe (Safer)​ safe here

https://community.safe.com/s/question/0D54Q000080hgfmSAA/statisticscalculator-error-with-python-36


Thanks a lot!

i have foud a workaround that works for me.

 

 


Thanks a lot!

i have foud a workaround that works for me.

 

 

Hi @miharobar​,

 

Great to hear that you found a workaround. I have the same error with the AttributePivoter. Could you share your workaround? Perhaps it also helps me with my problem.


Reply