Workflows using Pandas crashes with ImportError

Hi,
I have been using pandas to read excel files and just today some of my workflows started crashing with the error code below:

ImportError: Missing optional dependency 'openpyxl'.  Use pip or conda to install openpyxl. (line 18)

Is this a known bug?
I would also like to be added to the custom Python library Beta to see if that can solve my error.
https://sqarp.retool.com/

Hey @lmolin :wave: I just turned on the custom Python libraries beta for https://sqarp.retool.com/ -- let us know how trying that out goes!

2 Likes

Hey @lauren.gus :wave: Thanks! I was able to make it work now by separatly importing openpyxl :slightly_smiling_face:
That´s ususally not needed so you might want to investigate what´s up with your standard pandas import :sweat_smile: