質問編集履歴
4
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         
            File without changes
         
     | 
3
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -103,6 +103,7 @@ 
     | 
|
| 
       103 
103 
     | 
    
         
             
            pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. 
         
     | 
| 
       104 
104 
     | 
    
         
             
            ```
         
     | 
| 
       105 
105 
     | 
    
         
             
            おそらくキーエラーだと思うのですが、解決方法が分かりません。
         
     | 
| 
      
 106 
     | 
    
         
            +
            ※タイムアウトでした。
         
     | 
| 
       106 
107 
     | 
    
         
             
            環境
         
     | 
| 
       107 
108 
     | 
    
         
             
            windows10
         
     | 
| 
       108 
109 
     | 
    
         
             
            python3.7
         
     | 
2
修正
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -5,7 +5,7 @@ 
     | 
|
| 
       5 
5 
     | 
    
         
             
            ```
         
     | 
| 
       6 
6 
     | 
    
         
             
            と入力すると、
         
     | 
| 
       7 
7 
     | 
    
         
             
            ```pip
         
     | 
| 
       8 
     | 
    
         
            -
            Collecting opencv- 
     | 
| 
      
 8 
     | 
    
         
            +
            Collecting opencv-python
         
     | 
| 
       9 
9 
     | 
    
         
             
              Downloading opencv_python-4.5.1.48-cp37-cp37m-win32.whl (25.9 MB)
         
     | 
| 
       10 
10 
     | 
    
         
             
                 |█                               | 808 kB 13 kB/s eta 0:31:35ERROR: Exception:
         
     | 
| 
       11 
11 
     | 
    
         
             
            Traceback (most recent call last):
         
     | 
1
追記
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -1,3 +1,4 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            python初心者です。
         
     | 
| 
       1 
2 
     | 
    
         
             
            pipからopencvをインストールしようと思っています。
         
     | 
| 
       2 
3 
     | 
    
         
             
            ```pip
         
     | 
| 
       3 
4 
     | 
    
         
             
             pip install opencv-python
         
     | 
| 
         @@ -101,4 +102,8 @@ 
     | 
|
| 
       101 
102 
     | 
    
         
             
                raise ReadTimeoutError(self._pool, None, "Read timed out.")
         
     | 
| 
       102 
103 
     | 
    
         
             
            pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. 
         
     | 
| 
       103 
104 
     | 
    
         
             
            ```
         
     | 
| 
       104 
     | 
    
         
            -
            おそらくキーエラーだと思うのですが、解決方法が分かりません。
         
     | 
| 
      
 105 
     | 
    
         
            +
            おそらくキーエラーだと思うのですが、解決方法が分かりません。
         
     | 
| 
      
 106 
     | 
    
         
            +
            環境
         
     | 
| 
      
 107 
     | 
    
         
            +
            windows10
         
     | 
| 
      
 108 
     | 
    
         
            +
            python3.7
         
     | 
| 
      
 109 
     | 
    
         
            +
            VS cord
         
     |