I have updated openrpa for a recent pre-release version, where was included python 3.11but for some reason when I run any “pip command” this message is displayed:
Could not find platform dependent libraries <exec_prefix>
And some times ii break the execution of wrkflows thta use python (invoke code activity).
Can you help me figure out what’s happening?
If you have more than 1 python installation on you system, this error occurs when pip is not pointing to the correct installation.
You can also check the PATH environment variable(s) on you system. Make sure Python related paths are pointing to the correct folders.