C:\Users\badangel>pip install --ignore-installed --upgrade "URL"
Collecting URL
Using cached https://files.pythonhosted.org/packages/58/1d/492737ab1ed4ed33ce5bc00a54e92b6ad26aa793cceed097a7af389c22b3/url-0.4.2.tar.gz
Collecting six (from URL)
.
.
.
running build_ext
skipping 'url\url.cpp' Cython extension (up-to-date)
building 'url.url' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
#해결방법
해결 방법의 경우 다양한 방법이 있지만 내가 해본 결과 가장 쉽고 확실한 방법은 Visual studio 를 설치하는 방법이다.
설치방법은 아래 참고하길 바란다.
https://jsh93.tistory.com/28
반응형
'Python > Python' 카테고리의 다른 글
anaconda ImportError: DLL load failed while importing _imaging: 지정된 모듈을 찾을 수 없습니다. (0) | 2024.07.06 |
---|---|
Python 가상환경이란 (0) | 2024.07.04 |
pyinstaller Cannot find existing PyQt5 plugin directories 오류 (0) | 2019.05.05 |
Widnow10 64bit Eclipse + Python3 연동 (2) | 2019.02.24 |