forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lai, Weijian <laiweijian4@huawei.com> Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
1.7 KiB
1.7 KiB
"ERROR: Could not install packages due to an OSError" Occurred During ModelArts SDK Installation
Symptom
When ModelArts SDKs are installed, the following error message is displayed: "ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file specified: 'c:\python39\Scripts\ephemeral-port-reserve.exe' -> 'c:\python39\Scripts\ephemeral-port-reserve.exe.deleteme".
Possible Causes
The role of the login user is incorrect.
Solution
Log in to the system as the administrator, press Windows+R, enter cmd, and run the following command:
python -m pip install --upgrade pip
Parent topic: APIs or SDKs