공부/오류9 jupyer notebook 자동완성 되지 않을때 레퍼런스 : stackoverflow.com/questions/33665039/tab-completion-does-not-work-in-jupyter-notebook-but-fine-in-ipython-terminal TAB completion does not work in Jupyter Notebook but fine in iPython terminal TAB completion works fine in iPython terminal, but not in Firefox browser. So far I had tried but failed, 1). run a command $ sudo easy_install readline, then the .egg file was wrote in /usr/l... st.. 2021. 2. 23. selenium 에서 firefox 사용 및 내가 겪은 오류(cent os) 인터넷에 찾아보면 파이어폭스는 자체 내장 웹드라이버로 없어도 된다고 하는 말들이 있지만 나 같은 경우 드라이버가 없으면 되지 않았다. https://github.com/mozilla/geckodriver/releases Releases · mozilla/geckodriver WebDriver for Firefox. Contribute to mozilla/geckodriver development by creating an account on GitHub. github.com 여기서 웹드라이버(geckodriver)를 받아준다. 파이어폭스를 최신으로 업데이트 중이라면 가장 최신 버전을 받아주면 된다. 나 같은 경우 21.01.20기준 78버전 파이어폭스를 사용중 0.29.0 버전을 사용해도 큰 문제없었다... 2021. 1. 20. Elasticsearch 실행 해결 var/log/elasticsearch/elasticsearch.log 에도 로그가 나온다곤 하는데 나 같은 경우에는 없었다. 그래서 /var/log/messages 를 확인하여 에러메시지를 확인했다. (centos7) 문제 1 JAVA를 못읽어 들이는 경우 https://www.hanumoka.net/2018/04/30/centOs-20180430-centos-install-jdk/ CentOs7에 jdk 설치 및 환경변수(JAVA_HOME)설정 개발환경CentOs7(Nas 가상머신), putty, yum CentOs7 jdk 설치하기centOs의 쉘에 아래 명령으로 현재 설치가능한 jdk 버전확인 1yum list java*jdk-devel 실행결과 12345678910111213[root@local.. 2021. 1. 5. vscode를 이용하여 wsl 사용시 파이썬 인터프리터 선택 오류 참조 : https://github.com/microsoft/vscode-remote-release/issues/3227 Failed to set 'pythonPath'. Error: 파일 'vscode-remote://wsl+ubuntu-20.04/home/.vscode/settings.json'(NoPermissions (FileSystemError): Error: EACCES: permission denied, mkdir '/home/.vscode')을(를) 쓸 수 없음 vscode를 사용하여 wsl에 접속하는 것까지는 쉬우니 넘어가고 파이썬 파일을 만들고 인터프리터를 선택하려 하면 위와 같은 오류가 난다. ctrl + shift + p를 눌러 Prefenrences: Open Remote Sett.. 2020. 12. 23. 이전 1 2 3 다음