ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.8'
Consider using the `--user` option or check the permissions.
WARNING: You are using pip version 19.2.3, however version 21.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Traceback (most recent call last):
File "/Users/OpenCore-Legacy-Patcher-main/resources/utilities.py", line 15, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/OpenCore-Legacy-Patcher-main/resources/utilities.py", line 19, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/OpenCore-Legacy-Patcher-main/OpenCore-Patcher.command", line 10, in <module>
from resources import build, cli_menu, constants, utilities, device_probe, os_probe, defaults, arguments
File "/Users/OpenCore-Legacy-Patcher-main/resources/build.py", line 17, in <module>
from resources import constants, utilities, device_probe, generate_smbios
File "/Users/OpenCore-Legacy-Patcher-main/resources/constants.py", line 10, in <module>
from resources import device_probe
File "/Users/OpenCore-Legacy-Patcher-main/resources/device_probe.py", line 13, in <module>
from resources import utilities, ioreg
File "/Users/OpenCore-Legacy-Patcher-main/resources/utilities.py", line 21, in <module>
raise Exception("Missing requests library!\nPlease run the following before starting OCLP:\npip3 install requests")
Exception: Missing requests library!
Please run the following before starting OCLP:
pip3 install requests
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.