python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Java tests failing when running through Maven on MacOS Monterey
I’m currently seeing an issue with my Java 8/Kotlin unit tests while executing them with Maven. This started happening after upgrading to MacOS Monterey. The tests run fine through IntelliJ.
One thing...
Stefan
Votes: 0
Answers: 1
Why does the pipe, in a terminal command line, no longer work under MacOS Monterey 12.3.1?
Since the latest MacOs Monterey 12.3.1 update, the pipe no longer works in the following command line :
gcc *.c | ./a.out
I want to compile and run, at the same time, a .c file, which I could do befo...
Nini_7986
Votes: 0
Answers: 0
Bazel build fails with msg "env: python: No such file or directory" (macOS Monterey)
I am new to python world and I have followed a few articles to set python on my system. I need python to build my project through bazel.
When I build my project on local, I get the following error. Pl...

Abhishek Garg
Votes: 0
Answers: 3
org.openqa.selenium.WebDriverException: An unknown server-side error. Command '/usr/bin/python' not found
Facing issue with running iOS tests (Java, Webdriver, Appium) on macOS Monterey 12.3.
This version has Python3 instead of Python2. usr/bin/python3 is present, but WebDriver is looking for usr/bin/pyth...
Elena Korniets
Votes: 0
Answers: 0