본문 바로가기

에러

(4)
[ Pycharm ] Can't start Git: git Probably the path to Git executable is not valid. Can't start Git: gitProbably the path to Git executable is not valid.Fix it. #GitHub Project Open시 발생하는 Error#Git을 설치 하지 않아 Pycharm이 경로를 찾지 못하는 것 Git server를 Command로 바로 사용하는 사람들은 Git을 설치 했기 때문에 Pycharm으로 Git을 사용하는 Project를 열어도 자동으로 Path를 찾아 Git service를 등록하기 때문에 문제가 생기지 않는다.하지만, 쓰니의 경우처럼 GitKraken 혹은 Git Client Program을 이용하여 Git을 사용하는 경우에는 Git service를 Pycharm이 등록하지 못하기 때문에 Error를 내뱉는다. 1. Erro..
[ Python ] fatal error :“python.h” no file or directory? python.h no file or directory # 시작 전 환경 살피기 Time 2018년 02월 23일 OS Virtual Box - Linux(Ubuntu 16.04 LTS) Language Python 2.7 C로 확장 된 python 코드를 사용하는 경우 문제가 생긴다.그럴경우 아래 두 command 중 하나를 실행하면 해결이 된다. 1leni@leni-H110M-DS2V:~$ sudo apt-get install libpython2.7-dev python-numpycs 혹은 1leni@leni-H110M-DS2V:~$ sudo apt-get install python-devcs 참조내용 1. fatal error :“python.h” no file or directory?
[ Python ] TypeError: unsupported operand type(s) for +: 'int' and 'str' ... Python errorTypeError: unsupported operand type(s) for +: 'int' and 'str' ... 시작 전 테스트환경 살피기 Time 2017년 08월 18일 OS Linux(Ubuntu 16.04 LTS) Language Python 2.7 일단 문제의 원인은 보통 문장을 연결해 줄 때 발생한다.문자열 + 정수형 문자를 연산하면 문자열로 만들어 줬던 다른 언어체계와 헷갈리기 시작하는게 주 원인같다. 예를 들어 아래와 같은 문장 사용시에 Python은 error를 뱉는다. >>> print "hi" + 2017 + "nice to meet you" + 1004Traceback (most recent call last): File "", line 1, in Type..
👻[ Python ] 한글 인코딩이 안될 때 < 해결방법 > 내용 이전 하였습니다!다음 링크에서 내용 확인 부탁드립니다! 👇 👇 👇 👇 https://proni.tistory.com/entry/%E2%9C%85-Solved-Python-%ED%95%9C%EA%B8%80-encoding%EC%9D%B4-%EB%90%98%EC%A7%80-%EC%95%8A%EC%9D%84-%EB%95%8C