Questions tagged [macos-big-sur]

The sixteenth release of Apple's desktop operating system for Macintosh computers. Use this tag only if your question relates to using macOS Big Sur specific behavior. Questions relating to using or troubleshooting macOS are off-topic.

1005 questions
16
votes
1 answer

Cannot locate a Guava Jar in the gradle distribution?

I have the following error while performing the gradle build command. What went wrong: Execution failed for task ':asciidoctor'. > Cannot locate a Guava JAR in the Gradle distribution I'm using macOS Big Sur.
Apelli
  • 163
  • 5
15
votes
2 answers

XCode 13 warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" but no such UI option existst?

I have a product building in Big Sur with Xcode 13 from the commandline via xcodebuild and generates this warning: warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or…
spartygw
  • 3,289
  • 2
  • 27
  • 51
15
votes
4 answers

Valgrind and macOS Big Sur

I'm having troubles installing Valgrind on the macOS Big Sur through the Homebrew. In the terminal I have tried $ brew install valgrind After Homebrew's autoupdate, I got the following message: valgrind: Linux is required for this software. Error:…
J Szum
  • 548
  • 1
  • 4
  • 12
15
votes
2 answers

Install Git on Mac without Xcode

I've been using windows for software development. I'm not aware of MacOS internals. I'm aware that Xcode software is used to develop iOS/Mac apps but I don't need it. For my usecase, I was able to install intellij, Java, Docker, Minikube &…
ThrowableException
  • 1,168
  • 1
  • 8
  • 29
15
votes
6 answers

Segmentation fault: 11 python after upgrading to OS Big Sur

Yesterday, my program was working perfectly fine. However, today it stopped working. I think that it may have something to do with the latest Mac OS update, as I had just installed it today. My testing code is shown below import matplotlib.pyplot as…
Dylan Ong
  • 786
  • 2
  • 6
  • 14
14
votes
3 answers

I can't install ffi gem - MacOS Big Sur 11.0.1

I'm trying this Jekyll theme And I referenced this docs And This error code occurs endless!! Why this error occurs? Ah, For your information, I proceeded this & this Even if I search error message, the data doesn't come out well! I've been doing…
learner
  • 149
  • 1
  • 2
  • 7
14
votes
3 answers

Reportlab installation failed after upgrading to Macos Big Sur

I'm trying to reinstall my virtual env after upgrade to MacOS Big Sur. But error appears: 4 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot…
Zulfugar Ismayilzadeh
  • 2,643
  • 3
  • 16
  • 26
14
votes
5 answers

I can't run `git gui` on macOs Big Sur

When I run git gui on Mac Big Sur . This is what happen : Mac OS X 10.100 or later required ! error: git-gui died of signal 6 I also install xcode 12 beta 3 and xcodebuild -version stays Xcode 11.6 . How can I solve those problems ?
thecassion
  • 506
  • 1
  • 7
  • 19
13
votes
2 answers

Unable To Install 'therubyracer v0.12.3' gem in M1 Macbook Pro

I am using M1 Macbook Pro and wants to install therubyracer and libv8 for a rails webapp. But I am unable to do so because of the errors described below. There are several solutions available on the internet but none of them is working for…
13
votes
7 answers

Clean reinstall and fix of httpd service error on macos

I'm still having some problems on using httpd (aka Apache2) after the update of my MacOs on BigSur. I tried to make a clean reinstall of apache2 using the brew httpd services (like said in a lot of tutorials) but it still not working. I make a…
ceradini
  • 455
  • 1
  • 3
  • 11
13
votes
2 answers

ImportError: Can't find framework /System/Library/Frameworks/OpenGL.framework

I am trying to run this simple gym example on the new macOs Big Sur. import gym env = gym.make('CartPole-v0') env.reset() for _ in range(1000): env.render() env.step(env.action_space.sample()) # take a random action env.close() However, I…
PeeteKeesel
  • 634
  • 1
  • 7
  • 18
13
votes
1 answer

Unable to install/run Python 3.6.x and 3.7.x with MacOS Big Sur

-I upgraded my mac os to latest MacOS Big Sur, after the update my application which previously used to run with python 3.6.x/3.7.x are now not opening/running Python version 3.9 or higher are running fine.Is any way to run python3.6 or 3.7 in MacOS…
Lithin
  • 139
  • 1
  • 1
  • 3
13
votes
5 answers

Unable to import opengl.gl in python on macos

I am using OpenGL to render a scene in python. My code works perfectly fine on windows but, for some reason, I'm having issues when importing opengl.gl on MacOS. The issue arises when calling from OpenGL.GL import ... in both python scripts and the…
Iyad Boustany
  • 153
  • 1
  • 2
  • 9
12
votes
2 answers

Is there an option to toggle "Open using Rosetta" value for a specific app using Terminal?

I'm really tired of checking this option manually for Xcode, which I cannot duplicate due to its size... maybe there is a way to create some kind of shortcut to launch an app (Xcode in my case) with the specific value of "Open using Rosetta"? Note:…
goldwalk
  • 341
  • 1
  • 2
  • 11
12
votes
4 answers

Mac OS Big Sur - Homebrew Apache - 48)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080

I have a problem with Apache on Mac OS Big Sur. After the OS update, the Apache (using Brew) doesn't work anymore. So I have decided to uninstalled the httpd Formula. Then tested is the preinstalled version of Apache works and it does. So I have…
Jacek Koziol
  • 303
  • 1
  • 3
  • 8