Hi all…
I have created a basic robot using the Robocorp: Create Robot and the basic template but when i try to run my robot i get this message:
Unable to resolve interpreter for: /Users/carvalho/Library/CloudStorage/OneDrive/RPA/rsb-robot/robot.yaml
What i need to do to be able to run this robot ? The only that i changed was the python version on conda.yaml because the default version uses the 3.7.5 python but with that version i get this message:
Invalid python version for workspace folder ‘rsb-robot’. Only python version >= 3.8 supported. Please update to a newer python version or select a valid python environment.
So i changed the version to match the python version of my system:
Hi! Can you try storing your robot outside OneDrive? I remember seeing some issues with OneDrive back in the day. Not sure if this is similar. Has to do with some path mapping failing somewhere.
Does not look like the same issue, but the one common nominator seems to be OneDrive.
This error message indicates, that there is “something else” now running interference on tooling.
Is this some Mac environment where system python is tried to be used? Our environment do not have such limitations, 3.7.5 should be totally valid still.