Python Import Error
Can anyone help with this error? It's a simple script for testing. This script works locally on my pc as well.
Source code:
Error:
2 Replies
I don't know if there is any other solution but I just found out I can add requirements.txt options to the top of the program. After I added it like this the script ran with no errors.
you can use extra_requirements for that like this: