You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS has removed OpenSSL a few releases back, a dependency of TagUI. TagUI for Python will automatically try to do the installation during initial use, but if that is not possible, it will advise users to run the following commands to install -
However, macOS has introduced System Integrity Protection (SIP) which may block installation of brew (the package manager tool for installing software on macOS).
Raising this issue, so that users who encountered problems manually installing, can use the solution below by temporarily disabling SIPS.
The text was updated successfully, but these errors were encountered:
kensoh
changed the title
OpenSSL installation with brew install openssl
OpenSSL installation with brew install openssl - manual workaround
Sep 19, 2019
I'll expect the auto-setup to work in most cases, and for some laptops, users have to do the brew install openssl manually. And for this group of users, a subset may need to use the following workaround to deal with the SIP of macOS which blocks software writing to system folders.
If you experience this manual workaround to disable SIP, please drop a note here so that I can be aware how prevalent this is, and see what can be done to optimise the documentation and auto-setup messages for better ease of use by users. Thanks!
macOS has removed OpenSSL a few releases back, a dependency of TagUI. TagUI for Python will automatically try to do the installation during initial use, but if that is not possible, it will advise users to run the following commands to install -
However, macOS has introduced System Integrity Protection (SIP) which may block installation of brew (the package manager tool for installing software on macOS).
Raising this issue, so that users who encountered problems manually installing, can use the solution below by temporarily disabling SIPS.
The text was updated successfully, but these errors were encountered: