반응형
250x250
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
- 도커
- chartjs
- codepipeline
- Airflow
- bootstrap
- VPN
- codedeploy
- Spring
- Python
- AWS CI/CD 구축하기
- codedeploy error
- aws cicd
- kubeflow
- redis
- PostgreSQL
- java bigdecimal
- COALESCE
- chart.js
- or some instances in your deployment group are experiencing problems.
- IntelliJ
- JavaScript
- Kafka
- SQL
- Spring Error
- aws
- docker
- Flux
- node
- codebuild
- Jenkins
Archives
- Today
- Total
Small Asteroid Blog
pip install *.whl is not a supported wheel on this platform 본문
728x90
whl 파일을 설치하려는데 오류가 나면서 설치가 되지 않았다.
다음 명령어를 사용해서 pip 이 지원되는 버전을 확인하면된다.
import wheel.pep425tags
print(wheel.pep425tags.get_supported())

위에서 해당되는 버전을 확인 후 아래에서 파일을 다운받아 사용하면 된다.
https://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype
728x90
반응형