Using the embedded python(i double checked that the checkbox is set) the Pip Install activity always give me an error: “The system cannot find the path specified”
If i enter the embedded install manually and remove the checkbox it gives me the error: C:\Users\USERNAME\AppData\Local\python-3.7.3-embed-amd64\python.exe: No module named pip
What is the Problem here. Changing the Force Flag makes no difference and modules is {“pypdf”}
Seems clear that pip is missing, but I don’t understand why. ( I don’t create the package i just reference “python embedded” as a nuget package, and that has the files embedded inside it, and extracts them on request.
To Fix it for myself is not really the problem i can just run another python install and switch the folder or any other number of fixes.
The real problem comes when running the workflow ata customer that’s not a tech person. I don’t want to be forced to make them install another python or manually pip install libraries.
So I’d appreciate if we can figure out what is wrong with the base install instead.