Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.

tennisproha

macrumors 68000
Jun 24, 2011
1,724
1,240
Texas
Thanks? So far, it isn't offered OTA here nor does it appear on any gibMacOS catalog to date, nothing on Apple macOS Support page or the AppStore. Seems odd? Perhaps 20G221 is Beta or RC? :apple:
Anymore insight into this? Starting a clean install now with OCLP so should I use this 11.6.1 version or the 11.6 version?
 
  • Like
Reactions: K two

tennisproha

macrumors 68000
Jun 24, 2011
1,724
1,240
Texas
Code:
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.

Getting the above errors when I try to install OCLP. I downloaded the zip from GitHub, unpacked, and clicked OpenCore-Patcher.command. Please help.

Edit: Figured it out. I needed to update python.
 
Last edited:
  • Like
Reactions: K two

TigerA

macrumors 6502
Sep 19, 2013
408
324
I guess "Debugging Restrictions" have to be disabled for "DYLD_FRAMEWORK_PATH" to work.
Thanks again for reply.
I disabled all SIP flags (don't really know to disable Debugging Restrictions only) and still not working. Please see the following terminal command and output:
test@192-168-1-106 ~ % csrutil status
System Integrity Protection status: unknown (Custom Configuration).
Configuration:
Apple Internal: disabled
Kext Signing: dsabled
Filesystem Protections: disabled
Debugging Restrictions: disabled
DTrace Restrictions: disabled
NVRAM Protections: disabled
BaseSystem Verification: disabled
This is an unsupported configuration, likely to break in the future and leave your machine in an unknown state.

test@192-168-1-106 ~ % env DYLD_FRAMEWORK_PATH=~/MyFrameworks/
TMPDIR=/var/folders/pt/lv8ld86d075bc5hf1q0yz7bm0000gn/T/
__CFBundleIdentifier=com.apple.Terminal
XPC_FLAGS=0x0
TERM=xterm-256color
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.K2atj4soK1/Listeners
XPC_SERVICE_NAME=0
TERM_PROGRAM=Apple_Terminal
TERM_PROGRAM_VERSION=440
TERM_SESSION_ID=42B6AB9C-9AB3-4DBC-94F2-656CEFDA4C37
SHELL=/bin/zsh
HOME=/Users/test
LOGNAME=test
USER=test
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
SHLVL=1
PWD=/Users/test
OLDPWD=/Users/test
LANG=en_AU.UTF-8
_=/usr/bin/env
DYLD_FRAMEWORK_PATH=~/MyFrameworks/

test@192-168-1-106 ~ % /Users/test/Desktop/Messages.app/Contents/MacOS/Messages
dyld: Symbol not found: _IMPersonChangedNotification
Referenced from: /Users/test/Desktop/Messages.app/Contents/MacOS/Messages
Expected in: /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
in /Users/test/Desktop/Messages.app/Contents/MacOS/Messages
zsh: abort /Users/test/Desktop/Messages.app/Contents/MacOS/Messages

test@192-168-1-106 ~ %

Any more suggestions?
Thanks again.
 

K two

macrumors 68020
Dec 6, 2018
2,314
3,187
North America
Code:
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.

Getting the above errors when I try to install OCLP. I downloaded the zip from GitHub, unpacked, and clicked OpenCore-Patcher.command. Please help.
deleted
 
Last edited:

buckrock

macrumors 6502
Jul 24, 2020
297
424
Fresno, California
  • Like
  • Love
Reactions: Potsdamer and K two

internetzel

macrumors 6502a
Apr 29, 2015
627
804
Thanks again for reply.
I disabled all SIP flags (don't really know to disable Debugging Restrictions only) and still not working. Please see the following terminal command and output:
test@192-168-1-106 ~ % csrutil status
System Integrity Protection status: unknown (Custom Configuration).
Configuration:
Apple Internal: disabled
Kext Signing: dsabled
Filesystem Protections: disabled
Debugging Restrictions: disabled
DTrace Restrictions: disabled
NVRAM Protections: disabled
BaseSystem Verification: disabled
This is an unsupported configuration, likely to break in the future and leave your machine in an unknown state.

test@192-168-1-106 ~ % env DYLD_FRAMEWORK_PATH=~/MyFrameworks/
TMPDIR=/var/folders/pt/lv8ld86d075bc5hf1q0yz7bm0000gn/T/
__CFBundleIdentifier=com.apple.Terminal
XPC_FLAGS=0x0
TERM=xterm-256color
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.K2atj4soK1/Listeners
XPC_SERVICE_NAME=0
TERM_PROGRAM=Apple_Terminal
TERM_PROGRAM_VERSION=440
TERM_SESSION_ID=42B6AB9C-9AB3-4DBC-94F2-656CEFDA4C37
SHELL=/bin/zsh
HOME=/Users/test
LOGNAME=test
USER=test
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
SHLVL=1
PWD=/Users/test
OLDPWD=/Users/test
LANG=en_AU.UTF-8
_=/usr/bin/env
DYLD_FRAMEWORK_PATH=~/MyFrameworks/

test@192-168-1-106 ~ % /Users/test/Desktop/Messages.app/Contents/MacOS/Messages
dyld: Symbol not found: _IMPersonChangedNotification
Referenced from: /Users/test/Desktop/Messages.app/Contents/MacOS/Messages
Expected in: /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore

in /Users/test/Desktop/Messages.app/Contents/MacOS/Messages
zsh: abort /Users/test/Desktop/Messages.app/Contents/MacOS/Messages


test@192-168-1-106 ~ %

Any more suggestions?
Thanks again.
Well, that's unfortunate. Maybe SIP still isn't disabled enough.
I might have to try myself in order to see how to make it work. Who knows, maybe nowadays a paid developer certificate is needed for debugging things like that?
 
  • Like
Reactions: TigerA

K two

macrumors 68020
Dec 6, 2018
2,314
3,187
North America
OTA in less than an hour. :cool:

20G224.jpg
 

Forrhouse

macrumors newbie
Mar 15, 2021
26
8
Can someone tell me how to enable the hidden debug menu in the App store. I have tried many tutorials with no luck. They say do the following. 1) Enable full disk access for the Terminal app in Security and Privacy settings. Then go to terminal and type: defaults write com.apple.appstore ShowDebugMenu -bool true
Then open the app store and to the right of the help menu you should see a debug tab
I do this, but no dice!
 

tennisproha

macrumors 68000
Jun 24, 2011
1,724
1,240
Texas
Hi. I’m trying to figure out how best to format my drive for OCLP with Big Sur; and potentially upgrading to Monterrey once it’s stable.

Can’t find much on this when I search but is it safe to format my SSD as AFPS Encrypted along with enabling FileVault? This is for a macmini6,2
 

tennisproha

macrumors 68000
Jun 24, 2011
1,724
1,240
Texas
For a home use mini, keep it simple.

Bog standard APFS, FileVault off unless you have a specific security concern at home.
I think I’ll do just APFS but with FileVault on. There doesn’t seem to be any issues with that route that I could find.
 

contacos

macrumors 603
Nov 11, 2020
5,491
20,917
Mexico City living in Berlin
I got my new MBP today and I would like to wipe my old MBP to give it to my BF but how do I do that if I am currently running BugSur, which is not officially supported by that MBP? Do I just format the disc and do a internet recovery with whatever was the latest version or would it fail?

Used PatchedSur btw
 

TimmuJapan

macrumors 6502
Jul 7, 2020
373
651
I got my new MBP today and I would like to wipe my old MBP to give it to my BF but how do I do that if I am currently running BugSur, which is not officially supported by that MBP? Do I just format the disc and do a internet recovery with whatever was the latest version or would it fail?

Used PatchedSur btw
I think that they are going to tell you to wipe it and do a clean install using OCLP.
 
  • Like
Reactions: makra

contacos

macrumors 603
Nov 11, 2020
5,491
20,917
Mexico City living in Berlin
ok I am trying my luck with OCLP now. I always preferred a simply GUI solution. Thats why I used PatchedSur in the past.

If I wipe my build in SSD before installing BigSur via OCLP (I got the USB Stick ready), do I format the build in SSD to Journal or APFS because the Apple site says to format to APFS but the Stick itself was formatted as journal?
 
Last edited:

mwidjaya

macrumors 6502
Feb 25, 2004
427
565
Australia
do I format the build in SSD to Journal or APFS because the Apple site says to format to APFS but the Stick itself was formatted as journal?
Don't mix up 2 separate things.

1. USB stick installer - just format as Mac OS Extended as per official guide. It will be erased again anyway when you use createinstallmedia command.


2. SSD to be erased and format as APFS; can be done when installing via USB stick installer.

Note: follow the OCLP guide to build and install OCLP onto the USB stick installer created doing item 1 above.
 

musicman0725

macrumors regular
Oct 25, 2007
144
22
Updated to 11.6.1 OTA with my iMac Late 2013 (14,1). Had OCLP 0.3.0 already installed to my internal SSD prior to the upgrade and no issues with the upgrade OTA.

I see that macOS Monterey 12.0.1 is also available to install from system preferences but figured I will stay with Big Sur for a bit longer on this machine.
 
  • Like
Reactions: ZebraDude

contacos

macrumors 603
Nov 11, 2020
5,491
20,917
Mexico City living in Berlin
Don't mix up 2 separate things.

1. USB stick installer - just format as Mac OS Extended as per official guide. It will be erased again anyway when you use createinstallmedia command.


2. SSD to be erased and format as APFS; can be done when installing via USB stick installer.

Note: follow the OCLP guide to build and install OCLP onto the USB stick installer created doing item 1 above.

thanks! worked like a charm. 1st time it suddenly rebooted with 14 minutes remaining during the Big Sur installation but after a reboot and hitting install again, it worked.
 
  • Like
Reactions: princeegli
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.