summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2023-05-05 06:05:45 -0700
committerGitHub <noreply@github.com>2023-05-05 13:05:45 +0000
commit2da1f0d083a15aa3513a44fbf5e361c3b10c4542 (patch)
treee465b41424ba0a0d70d950e87c66725e0e609587
parent5ed7830af77bda409808a477c96e6b32b4e957a4 (diff)
add libzlma workaround to Terminal FAQ (#4974)
-rw-r--r--website/content/terminal/faqs/launching.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/website/content/terminal/faqs/launching.md b/website/content/terminal/faqs/launching.md
index 4fa5e57b024..dfebd39eec9 100644
--- a/website/content/terminal/faqs/launching.md
+++ b/website/content/terminal/faqs/launching.md
@@ -42,6 +42,18 @@ softwareupdate --install-rosetta
</details>
+<details><summary>Incompatible library version: libtiff.6.dylib requires version 10.0.0 or later, but liblzma.5.dylib provides version 8.0.0</summary>
+
+This issue can be resolved by following the steps below.
+
+- Show hidden files
+ - Command + Shift + . (period)
+- Then go to Applications folder > OpenBB Terminal > .OpenBB
+ - Find the file "liblzma.5.dylib" and remove it.
+- Relaunch the terminal.
+
+</details>
+
<details><summary>Terminal app does not launch: Failed to execute script 'terminal' due to unhandled exception!</summary>
When an installer-packaged version of the OpenBB Terminal fails to launch, because of this message, the machine may have an obsolete CPU-type or operating system. Please try installing via the source code, and if problems persist, reach out to us on [Discord](https://discord.gg/xPHTuHCmuV) or fill out a support request form on our [website](https://openbb.co/support).