-
Notifications
You must be signed in to change notification settings - Fork 29
Not work on macOS Mojave: may have been in progress in another thread when fork() was called. #13
Comments
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES |
This fix doesn't work on Mojave. It does the trick on High Sierra though. |
run this in terminal |
Same problem here. Even adding the env variable above |
It worked
It worked for me on Mojave. thanks a lot! |
Worked for me |
Running
does not work on Mojave |
Not to revert my previous comment, but I actually did get the In my case, I use PyCharm with a virtual environment. After adding the environment variable directly in my build/debug configuration under environment variables, it worked like a charm: I'm not sure if this is something that's specific to my setup, but doing it this way worked for me. |
Doesn't seem to work in Catalina... |
Same here, stop working on catalina, stuck on Gathering Facts |
FWIW, I landed on this page while googling the exact same error message caused by different gem ( |
Super stuck with this with Catalina :( |
Stuck with Catalina too |
Hi. I had a similar issue after upgrading some brew packages. I couldn't run puma or rspec and was getting this error. I destroyed my installed rubies and gems and recompiled Ruby. I'm not getting the error anymore. Hope it helps some of you ❤️ |
worked for me on Mojave $ nano .bash_profile export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES Save, exit, close terminal and re-open the terminal. |
Try running this way: |
Same issue here after upgrading to Catalina.
I was experiencing the issue with an old project running Ruby 2.4.4 (it was not happening with a new project that I created using ruby 2.6.5). |
I had this issue today after a fresh install of Catalina. In the end it took upgrading command line tools and restarting my computer to fix it! ✨ |
Well, that only worked for a few days actually. Now I am getting the same error |
Works for me https://stackoverflow.com/a/53404317 turns out I just need to put |
To fix the issue
|
Just happened to me on Ruby 2.6.5. This issue is honestly ridiculous |
Worked for me on Catalina 👍 Thanks a lot.
|
Try this one |
I did a fresh install with the latest to test run installation and ran into a few things to add here. I noticed a bug with Postgres and Spring it seems. I believe the error is unrelated to Portunus but will continue to research further. For now I added the solution I found here. darkskyapp/forecast-ruby#13
The text was updated successfully, but these errors were encountered: