question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: An unexpected error occurred during the `brew link` step

See original GitHub issue

I’ve this errors on the end of install process … ==> Pouring python3-3.6.4_1.high_sierra.bottle.tar.gz Error: An unexpected error occurred during the brew link step The formula built, but is not symlinked into /usr/local Permission denied @ dir_s_mkdir - /usr/local/Frameworks Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:19
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

224reactions
yogeshpatil143commented, Mar 4, 2020

Just Run below command

1)brew doctor

2)sudo chown -R $(whoami) $(brew --prefix)/*

3)sudo install -d -o $(whoami) -g admin /usr/local/Frameworks

note the $(brew --prefix)/* …High Sierra doesn’t allow you to change permissions on /user/local directly)

Your problem will solved 100%.

138reactions
jakubroztocilcommented, Jan 8, 2018

@dobeerman this is a Homebrew related issue. Try running $ brew doctor.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error trying to install mongodb with brew - Stack Overflow
Error : An unexpected error occurred during the "brew link" step The formula built, but is not symlinked into /usr/local Permission denied ...
Read more >
Homebrew error? The `brew link` step did not complete ...
Hi, I am trying to install ffmpeg for OpenToonz through homebrew, but I got the following error; Please keep in mind that I...
Read more >
Fix for homebrew permission denied issues - Developpeers
I came across several homebrew issues where symlinks couldnt be created due to permission denied errors. TL;DR: reset permissions to the /usr/local stack....
Read more >
How to upgrade bash with brew (permission error)?
Error : An unexpected error occurred during the `brew link` step The formula built, but is not symlinked into /usr/local Permission denied ...
Read more >
An unexpected error occurred during the `brew link` step The ...
Error : An unexpected error occurred during the `brew link` step The formula built, but is not sym... · 更多相关推荐 · brew install...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found