반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Tkinter
- list
- Redshift
- PostgreSQL
- Google Excel
- hive
- gas
- google apps script
- array
- Google Spreadsheet
- dataframe
- Kotlin
- GIT
- numpy
- SQL
- Java
- Mac
- math
- c#
- Python
- PANDAS
- matplotlib
- Github
- Apache
- Excel
- django
- string
- 파이썬
- PySpark
Archives
- Today
- Total
목록trusted host (1)
달나라 노트
Python Basic : pip install --trusted-host (trusted host에 URL 추가하기, Could not fetch URL https://pypi.org/simple/tableauserverclient/:There was a problem confirming the ssl certificate:HTTPSConnectionPool(host='pypi.org', port=443):Max retries e..
Python을 사용하다보면 여러 패키지들을 설치하는건 거의 필수적입니다. 패키지를 설치할 땐 pip install command를 이용하거나 아니면 Pycharm의 Interpreter 메뉴에서 설치를 하게 되는데, 이때 간혹 이상한 이유로 설치가 안되는 경우가 있습니다. 제가 경험했던 한 경우는 tableauserverclient를 설치하려는데 자꾸 아래와 같은 에러가 뜨더라구요. Could not fetch URL https://pypi.org/simple/tableauserverclient/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exce..
Python/Python Basic
2022. 5. 24. 18:53