Tagged

error

A collection of 5 posts

php

pcov 설치 중 fatal error: 'pcre2.h' file not found 에러를 만났을 때

pecl install pcovpecl을 통해 pcov 설치 중 pcre2는 이미 깔려있는데도 이 에러를 만나실 수 있습니다. 그럴땐 pcre2.h 파일을 php 설치경로 아래 특정 폴더에 복사해 주고, 다시 설치를 시도하면 거짓말처럼 성공하는 것을 보실 수 있습니다. cp /opt/homebrew/Cellar/pcre2/10.40/include/pcre2.h /opt/homebrew/Cellar/php@7.

code

Self-hosted Sentry 맥에 설치 중에 ./install/_lib.sh: line 22: realpath: command not found 에러를 만난 경우

맥에서 Self-hosted Sentry 설치 가이드를 따라 하다보면, ./install.sh 를 실행한 후 아래와 같은 에러를 만날 수 있습니다. $ ./install.sh ./install/_lib.sh: line 22: realpath: command not found이럴 땐 당황하지 말고, 아래 명령어를 따라하세요. brew install coreutils grealpath .그러고 나서 ./install.sh 를 실행하면 잘 실행이 될 겁니다. 오늘도

python

python 'pip install' 실행 시 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate 에러가 발생할 경우

증상pip install chromedriver-binary-auto Collecting chromedriver-binary-auto Using cached chromedriver-binary-auto-0.1.1.tar.gz (4.3 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: chromedriver-binary-auto Building wheel for chromedriver-binary-auto (setup.py) ... error ERROR: Command errored out with exit status 1: command: /Users/gilbok-m1/codes/gitlab-mamikos/bugsnag-settler/venv/bin/python