본문 바로가기
반응형

전체 글379

module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' error File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1573, in X509StoreFlags CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' 해결방법 sudo pip3 install pyOpenSSL --upgrade 2022. 12. 4.
[Ubuntu] 라즈베리파이에 크롬드라이버 설치 chromedriver 설치 sudo apt install chromium-chromedriver 파이썬 패키지 다운로드 pip3 install selenium 파이썬 코드 설정 chrome_options = webdriver.ChromeOptions() chrome_options.add_argument('--headless') chrome_options.add_argument('--no-sandbox') chrome_options.add_argument('--disable-dev-shm-usage') driver = webdriver.Chrome(executable_path="/usr/bin/chromedriver",chrome_options=chrome_options) 참고로 selenium 상위 버.. 2022. 12. 4.
소니 A7M4 & SEL70200GM2 추석 쯤에 구매했던 첫 미러리스 카메라 수급 문제 때문에 바디는 구할 수 있어도 렌즈를 구하기 어려웠지만..! 티몬이었나? 거기서 정가보다 조금 더 싸게 파는 정품 매장이 있어서 바로 구매했다 사실상 거의 대포만 들고 다닐 거라 따로 70mm 이하 렌즈는 좋은걸 구매하진 않을 것 같아서 그냥 번들 킷으로 사서 대포 안들 때는 번들 렌즈로 쓸 것 같다 바디, 렌즈만 사는게 아니라 메모리카드랑 부속품도 사야해서 돈 많이 깨졌다.. 그래도 난 괜찮아.. 이걸로 예쁜 사진 찍으면 되니까.. 메모리 카드도 여러 종류 알아봤는데, 소니 카메라엔 그래도 소니 메모리카드가 호환성에서나 안정적일 것 같아서 소니 TOUGH 256G으로 두 개 샀다 아마..이렇게 회사 맞추는게 애플농장주로써 무의식중에 나오는 행동인 것 같.. 2022. 12. 4.
django + Maria DB 연동 migrate 문제 migration 진행시 나타나는 오류 django.db.migrations.exceptions.InconsistentMigrationHistory: Migration admin.0001_initial is applied before its dependency accounts.0001_initial on database 'default' 여기서 읽어보면 accounts.0001_initial에 dependency 오류가 있다고 하는 것을 확인할 수 있다. account 폴더의 migrations 폴더를 삭제하면 더이상 오류가 생기지 않는다. 외래키와 메인키 칼럼의 설정이 일치하지 않아 나타나는 오류 (errno: 150 "Foreign key constraint is incorrectly formed").. 2022. 12. 3.
Mac 블루레이 플레이어 추천 Leawo blu-ray player가 무료이며, 쓰기 좋다. www.leawo.com/blu-ray-player-mac/여기서 다운 가능하다. 2021. 4. 6.
반응형