Questions tagged [homebrew-cask]

A friendly homebrew-style CLI workflow for the administration of Mac applications distributed as binaries.

Homebrew Cask is a -based CLI workflow for the administration of Mac applications distributed as binaries.

176 questions
0
votes
1 answer

How do I run brew command in docker image with From python:3.6 environment?

I am new to docker. I built a python flask application and now I would like to create a docker image for it. However, in my app, I used python subprocess to execute Calibre command. I installed Calibre on my local machine using brew. Now I wonder…
0
votes
1 answer

Doing brew update fatal: unable to access '.git/config': Permission denied mac os catalina

[Screenshot] 1fatal: unable to access '.git/config': Permission denied warning: unable to access '.git/config': Permission denied fatal: unable to access '.git/config': Permission denied warning: unable to access '.git/config': Permission…
user13702953
0
votes
1 answer

gcloud init ERROR: gcloud crashed (AttributeError): 'Credentials' object has no attribute 'quota_project_id'

When I run the gcloud init command and log into my Google user account I receive the error ERROR: gcloud crashed (AttributeError): 'Credentials' object has no attribute 'quota_project_id' I've installed google-cloud-sdk with homebrew cask: brew…
evolved
  • 1,850
  • 19
  • 40
0
votes
0 answers

(newbie) Homebrew install failing

I'm new to all the dev world and I'm facing problems to install Homebrew in a recently formatted Mac. macOS Catalina 10.15.4 Xcode cli installed and updated when running the code from brew.sh (/bin/bash -c "$(curl -fsSL…
Vini Bettega
  • 131
  • 1
  • 6
0
votes
1 answer

Flask can't running error after installing openssl with brew

I installed openssl on my computer brew install openssl brew link --force openssl If I want to run it with python or flask, I get an error like the one below. FLASK_ENV=development python -m {APP_PATH}.wsgi OUTPUT: File…
sumeyyeemir
  • 215
  • 2
  • 3
  • 13
0
votes
2 answers

How to upgrade casks with HomeBrew

I got this notice with SublimeText I tried to upgrade it using the command line: brew cask upgrade sublime-text but I got this: ==> No Casks to upgrade is that simply because HomeBrew is behind the release schedule or is there a better…
user11810894
0
votes
1 answer

Checksum error while installing OpenCV via HomeBrew

I am trying to install OpenCV, one of it's dependencies failed to installed with the following error. ==> Downloading…
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
1 answer

pkg_resources not found while installing java on Mac

Traceback (most recent call last): File "/usr/bin/xattr-2.7", line 7, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources My PYTHONPATH contains /usr/local/lib/python3.7/site-packages, the…
Saurabh Jain
  • 3,013
  • 3
  • 11
  • 9
0
votes
0 answers

commonmarker error message showing up in terminal

Whenever I use terminal to do a certain task, for example, brew cask install vscodium or bundle show minima (jekyll) my terminal keeps telling me this: Ignoring commonmarker-0.17.13 because its extensions are not built. Try: gem pristine…
Matt Z
  • 1
  • 2
0
votes
1 answer

Error while installing nvm in mac using brew

I am trying to install nvm using brew. i am trying to use the following command to install nvm, but getting the below error. Any help is appreciated. Command: brew cask install nvm Error: Error: SSL_connect SYSCALL returned=5 errno=0 state=unknown…
JingJong
  • 207
  • 1
  • 3
  • 14
0
votes
1 answer

hdiutil not responsive when installing DMG files using homebrew-cask

I encountered a weird problem installing DMG packaged apps on MacOS. Below is what I know, but I still have no clue what is wrong. I tried to install things like skype or inkscape on MacOS (10.13.4) using brew cask install skype --debug But it…
Steinway Wu
  • 1,288
  • 1
  • 12
  • 18
0
votes
1 answer

JupyterLab in Homebrew-installed Anaconda fails to start kernel, looks for old install

I was hoping someone could help me understand why JupyterLab fails to spin up a kernel on my system. Background I'm working on macOS High Sierra. I used to have Anaconda installed via the Mac OS installer in the default location in my home folder …
0
votes
1 answer

Upgrading Ruby using homebrew on a mac and installing berkshelp

I just finished upgrading my ruby to fit the requirements for berkshelf... at least so i thought... and now when i try to implement berkshelf i throw this error: ruby-build: use openssl from homebrew Downloading ruby-2.3.1.tar.bz2... ->…
Singleton
  • 85
  • 2
  • 5
  • 16
0
votes
1 answer

Use brew cask to build app before deploying it

Is there a way for cask to build an app hosted on github before deploying it, instead of deploying a prebuilt app ? Thanks. Yann
Yann
  • 135
  • 9
0
votes
1 answer

React Native - run-ios - React Packager process fails due to thinking I am running io.js version 1.6.2

I am attempting to start developing my first ever React Native application. I've installed the react-native-cli and ran the command react-native ios-run. The build is successful, and the simulator seems to boot up fine. However, a second terminal…
Brian
  • 111
  • 1
  • 1
  • 6
1 2 3
11
12