TypeError on importing excel
Hello, I had a small flask app that reads an excel sheet and sends mails from the data. However, recently the app is unable to read excels.
The code:
The error:
The app works fine on my system, as well as on railway about a month ago.
5 Replies
Project ID:
1f199c51-1d26-4871-a5ea-5855251fa242
No search results found.
⚠️ experimental feature
1f199c51-1d26-4871-a5ea-5855251fa242
Might be an issue with the package version? Can you confirm you are still pulling in the same version of app?
Hello Angelo, thanks for the response
I don't understand by package versions, but I am using the same versions of python modules in my system as in the requirements.txt
I have solved it by switching to panda, thanks.
I would like to close this thread.