@tome.lourenco, welcome and thank you for posting. I am having a similar issue which I haven’t resolved yet. Somewhere in the forum I found this code:
import sys
import os
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
which the post said to put just before the “import your-module-here” call. The reason given was that the software restriction in place make UiPath look for the py script in the activities directory. I will try your workaround as well. See e.g. this post, this one that says Python 3.7 won’t work (seems doubtful now). I am certainly hoping Python 3.7 will work . . .
EDIT: Just in case 3.7 won’t work, and perhaps that’s so, I installed Python 3.6 in a virtualenv and pointed the workflow above (CultivationFacilityScoreBreakdown) to that version of Python. I didn’t get any path errors, but I did get this:
Regards,
burque505
