일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- API
- sort
- token filter test
- zip 파일 암호화
- high level client
- TensorFlow
- Mac
- aggregation
- ELASTIC
- Java
- 900gle
- Test
- aggs
- Python
- query
- analyzer test
- springboot
- flask
- docker
- 파이썬
- 차트
- License
- plugin
- zip 암호화
- matplotlib
- Elasticsearch
- Kafka
- licence delete curl
- license delete
- MySQL
- Today
- Total
목록Python/Troubleshooting (4)
개발잡부
ssl 인증을 하지 않게하니 client = Elasticsearch("https://id:pw@host:443/", ca_certs=False, verify_certs=False) 경고가 겁나 날라온다. 모니터링 하는데 방해가 되서 메시지를 안뜨게 처리 해야겠다 아래와 같이 urllib3를 불러와서 워닝을 지워준다 import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
/Users/doo/opt/anaconda3/envs/doo/lib/python3.7/site-packages/urllib3/connectionpool.py:988: InsecureRequestWarning: Unverified HTTPS request is being made to host 'category-es-dev.homeplus.kr'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning, import urllib3 urllib3.disable_warnings(urllib3..
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe3 in position 1: invalid continuation byte query = input("Enter query: ")
2022-08-17 22:00:14.518359: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA