Pip install clarification

I followed some guides to install python packages using pip install component ({“requests”}. I only use the embedded python but this error message appears. “The system cannot find the path specified”. I really have no idea what path did it mean. Should I need to set something?

where/when are you getting the error ?
what is the code ? can you share a simple workflow with a pip install and invoke code that demonstrates the problem ?

Hi Allan,

This has been resolved. I observed that if I stopped the robot while the pip install was running, the package would not continue to download. Then, when the pip install was executed again, it would just give an error message.

I simply deleted the embedded Python, reinstalled OpenRPA with the embedded Python, and then it worked. (Sorry, I don’t have the time to replicate and verify)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.