Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

ErrorCorner

ErrorCorner Logo ErrorCorner Logo

ErrorCorner Navigation

  • Home
  • Contact Us
  • About Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Contact Us
  • About Us
Home/macos

Discy Latest Questions

Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 3
Kenil Vasani
Asked: December 22, 2020In: macos

Vue command not found

  • 3

This question already has answers here: npm global path prefix ...

macosnode.jsnpmvue-cli
  • 1 1 Answer
  • 13 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 7
Kenil Vasani
Asked: December 19, 2020In: macos

Permission denied when installing npm modules in OSX

  • 7

I’m trying to install node-g.raphael, and I’m getting the following error: Bender-03:htdocs alfred$ sudo npm install node-g.raphael --save Password: > contextify7IE72HYHFFCVEZFT437SR8XR http://mail.com/100.1.15 install /Users/alfred/Sites/twistedgeo/htdocs/node_modules/contextify > node-gyp rebuild gyp ERR! configure error gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/alfred/Sites/twistedgeo/htdocs/node_modules/contextify/build' gyp ...

macosnode.jsnpm
  • 1 1 Answer
  • 9 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 0
Kenil Vasani
Asked: December 18, 2020In: homebrew, macos, php

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.62.dylib error running php after installing node with brew on Mac

  • 0

I installed node using homebrew (Mojave), afterwards php stoped working and if I try to run php -v I get this error: php -v dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.62.dylib Referenced from: /usr/local/bin/php Reason: image not found I tried to uninstall both ...

homebrewmacosnode.jsphp
  • 1 1 Answer
  • 15 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 3
Kenil Vasani
Asked: December 14, 2020In: macos, Python

ImportError: No module named scapy.all

  • 3

I’m running macOS Sierra and Python 2.7. In my terminal I’ve installed scapy with: pip install scapy Requirement already satisfied: scapy in /usr/local/lib/python2.7/site-packages But running this: from scapy.all import * for pkt in sniff(iface='en0'): print pkt Gives me this: python test.py Traceback (most recent call ...

macospythonscapy
  • 1 1 Answer
  • 11 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 3
Kenil Vasani
Asked: December 14, 2020In: macos, Python

Pip problems – Could not install packages due to an EnvironmentError

  • 3

I think I have some issues with either Python and/or pip on my Mac. I have Python 2.7 installed globally and then I normally setup virtualenvs and install Python3.6.4 but in the last day or so Ive been getting problems ...

macospippythonpython-3.x
  • 1 1 Answer
  • 15 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 3
Kenil Vasani
Asked: December 14, 2020In: macos, Python

ModuleNotFoundError: No module named ‘matplotlib’

  • 3

I’m trying to run a python program that requires matplotlib, which I’ve already installed via pip. I am running Python 3.6 locally on my Mac, with my .bash_profile updated to reflect this. The import line in question is as seen ...

macosmatplotlibpippython
  • 1 1 Answer
  • 11 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 4
Kenil Vasani
Asked: December 14, 2020In: macos, Python

Tkinter error: Couldn’t recognize data in image file

  • 4

I’m trying to put a jpg image to a tkinter canvas. tkinter gives me this error: couldn’t recognize data in image file I use the code from the documentation: canv = Canvas(root, width=80, height=80, bg='white') canv.grid(row=2, column=3) img = PhotoImage(file="bll.jpg") canv.create_image(20,20, anchor=NW, image=img) Same thing with png ...

canvasmacospythonpython-3.xtkinter
  • 1 1 Answer
  • 14 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 5
Kenil Vasani
Asked: December 14, 2020In: macos, Python

ImportError: No module named pandas. Pandas installed pip

  • 5

i use mac terminal to check my package: pip list i can find all packages include pandas but when i import pandas it told me: ModuleNotFoundError: No module named ‘pandas’ by the way, i have python2 and python3 in my mac, they ...

macospandaspython
  • 1 1 Answer
  • 13 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 4
Kenil Vasani
Asked: December 11, 2020In: macos, Python

Selenium gives “selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary” on Mac

  • 4

Trying to get selenium to work with Python 3 for web scraping purposes: from selenium import webdriver chrome_path = r"/Library/Frameworks/Python.framework/Versions/3.6/bin/chromedriver" driver = webdriver.Chrome(chrome_path) I get the following error message: selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary A similar question was addressed here, but ...

macospythonpython-3.xselenium
  • 1 1 Answer
  • 12 Views
Answer
Kenil Vasani
Kenil Vasani

Kenil Vasani

  • 646 Questions
  • 567 Answers
  • 77 Best Answers
  • 26 Points
View Profile
  • 1
Kenil Vasani
Asked: December 10, 2020In: macos, Python

Mac OSX python ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)

  • 1

Many operations in python require accessing things via https. This includes pip install, or just using http.client.HTTPSConnection, or any modules or applications that use these things internally. If python was installed from the official python pkg installer, downloaded from

macospythonssl
  • 1 1 Answer
  • 9 Views
Answer
1 2

Sidebar

Ask A Question
  • Popular
  • Kenil Vasani

    SyntaxError: invalid syntax to repo init in the AOSP code

    • 5 Answers
  • Kenil Vasani

    xlrd.biffh.XLRDError: Excel xlsx file; not supported

    • 3 Answers
  • Kenil Vasani

    Homebrew fails on MacOS Big Sur

    • 3 Answers
  • Kenil Vasani

    runtimeError: package fails to pass a sanity check for numpy ...

    • 3 Answers
  • Kenil Vasani

    Unable to resolve dependency tree error when installing npm packages

    • 2 Answers

Explore

  • Most Answered
  • Most Visited
  • Most Voted
  • Random

© 2020-2021 ErrorCorner. All Rights Reserved
by ErrorCorner.com