whl 【Python】.whl 파일을 pip로 설치하려고 하여 「○○.whl is not a supported wheel on this platform. numpy + mkl의 whl 파일을 pip install로 설치하려고 할 때, "○○.whl is not a supported wheel on this platform." 라고 하는 에러가 나왔으므로, 그 해결 방법을 비망록으로서 기사로 해 보았습니다. Windows 10 파이썬 3.5.2 pip 10.0.1 pip를 지원하지 않는 whl 버전은 설치할 수 없습니다. 예를 들어, cp27을... 파이썬pipwhl Python 공식 whl 패키지 와 tar.gz 패 키 지 를 설치 하 는 방법(추천) Windows 환경: whl 패키지 설치:pip install wheel -> pip install **.whl tar.gz 패키지 설치:cd 에서 압축 해제 후 경로,python setup.py install Linux 환경: whl 동상 설치 tar.gz:cd 를 압축 해제 후 경로 로 설치 합 니 다./configure -> make -> make install 이 파 ... pythontar.gz설치 하 다.whl
【Python】.whl 파일을 pip로 설치하려고 하여 「○○.whl is not a supported wheel on this platform. numpy + mkl의 whl 파일을 pip install로 설치하려고 할 때, "○○.whl is not a supported wheel on this platform." 라고 하는 에러가 나왔으므로, 그 해결 방법을 비망록으로서 기사로 해 보았습니다. Windows 10 파이썬 3.5.2 pip 10.0.1 pip를 지원하지 않는 whl 버전은 설치할 수 없습니다. 예를 들어, cp27을... 파이썬pipwhl Python 공식 whl 패키지 와 tar.gz 패 키 지 를 설치 하 는 방법(추천) Windows 환경: whl 패키지 설치:pip install wheel -> pip install **.whl tar.gz 패키지 설치:cd 에서 압축 해제 후 경로,python setup.py install Linux 환경: whl 동상 설치 tar.gz:cd 를 압축 해제 후 경로 로 설치 합 니 다./configure -> make -> make install 이 파 ... pythontar.gz설치 하 다.whl