I am trying to run a python file in termux for use in tasker. The termux tasker plugin requires an executable (you can't just run a command like "python something.py"). However, running chmod +x results in operation not permitted.
Here is a screenshot of the top of my python file, pointing to the python I installed via "pkg install python".
Any help?