Done/Trouble Shooting

Done/Trouble Shooting

[ESP32]Backtrace error & ESP exception decoder

ESP 32에서 종종 Backtrace error 와 같은 esp exception error 들이 발생하게 된다 이른 에러들을 해석해주는 decoder가 있는데 1. Arduino IDE 를 1으로 설치 2. https://github.com/me-no-dev/EspExceptionDecoder : 1.1.0zip download 3. 압축 해제 후 : Ardouino 1이 설치 된 곳에서 Arduino/tools/EspExceptionDecoder/tool/EspExceptionDecoder.jar 에 jar파일을 넣기 4. IDE 시작 ### 사용법 1. 컴파일 , 업로드 2. 시리얼 창 에러 복사 3. tool > ESP32 excepton decoder 오류 복붙

Done/Trouble Shooting

[Outlook] 데이터 파일이 구성되지 않았습니다. 오류 해결 (드라이버 폴더 변경등으로 인한 해결방법)

해당 위치로 접속 후 기존 계정을 삭제하고 새로 만들기를 진행하여 계정을 연결하면 됨

Done/Trouble Shooting

[ERROR]SyntaxError: Non-ASCII character '\xec' in file

혹시 주석에 한글이 포함되어있다면 코드 상단에 #-*- coding: utf-8-*- 아래 내용을 기입해주면 됨

Done/Trouble Shooting

[ERROR] Zero division error python

- 나눗셈 할 때 에러가 날 때 아래처럼 처리 해주거나 예외처리 하기! d = a/(b+(1e-9)) d = a/ np.max(b, (1e-9))

Done/Trouble Shooting

[ERROR] Python, PyQt5 GUI , Conda환경에서의 segmentation error

Windows 환경에서 PyQt5 사용 시 - conda 환경 위에서 pip install 을 통해 사용하게 된다면 segmentation error를 마주할 수도 있다. - segmetnation error는 라이브러리 끼리 충돌이 일어나거나, 메모리가 부족하거나,, 등등 여러가지 이유로 발생할 수 있다. 우선 이 오류가 뜬다면 ** conda install -c anaconda pyqt 로 먼저 바꿔서 진행해보자 그래도 안 된다면, 라이브러리들이 올바로 설치가 완료되어있는지 pyqutogui 이나 pyqt5 중 import 순서에는 문제가 없는지 확인

Done/Trouble Shooting

[ERROR] Certificate verification failed: The certificate is NOT trusted. (APT list)

가끔 APT 링크가 잘 못 되었을 때 gpg error 나 403 error 말고도 다음과 같은 인증서 만료 오류? 신뢰할 수 없는 인증서라고,,,,, 오류를 낸다 Ign:1 https://librealsense.intel.com/Debian/apt-repo focal InRelease Err:2 https://librealsense.intel.com/Debian/apt-repo focal Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verificatio..

Done/Trouble Shooting

[ERROR]IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a Python number

https://github.com/NVIDIA/flownet2-pytorch/issues/113#issuecomment-450802359 invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a Python number · Issue #113 · NVIDIA/flownet2 pytorch 1.0 python3 main.py --inference --model FlowNet2 --save_flow --inference_dataset ImagesFromFolder --inference_dataset_root ~/fs24_512/ --resume mycheckpoints/FlowNet2_checkpoint.pth.tar ..

Done/Trouble Shooting

[ERROR]Anaconda with ROS , Python

Anaconda with ROS - [https://www.wenyanet.com/opensource/ko/607b23e5f636986b53294ebb.html] 여기를 참고 하자면 conda activate {환경} conda install -c conda-forge rospkg catkin_pkg conda install pip pip install -U rosinstall_generator wstool rosinstall six vcstools msgpack empy 위 과정을 하면 Conda를 activate 하고도 catin make 가 가능하고 local의 ros와 같이 쓸 수 있다 하지만 이렇게 하다보면 local의 python을 못 잡는 경우도 발생한다 Local python 우선 순위 지..

728x90
weasel7
'Done/Trouble Shooting' 카테고리의 글 목록