CJJC项目实验环境配置
CJJC项目实验环境配置
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 | (base) D:\> (base) D:\>conda create - n wind_2022 python = = 3.7 Solving environment: done ## Package Plan ## environment location: D:\Anaconda3\envs\wind_2022 added / updated specs: - python = = 3.7 The following packages will be downloaded: package | build - - - - - - - - - - - - - - - - - - - - - - - - - - - | - - - - - - - - - - - - - - - - - setuptools - 65.6 . 3 | py37haa95532_0 1.4 MB http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main certifi - 2022.12 . 7 | py37haa95532_0 152 KB http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main python - 3.7 . 0 | hea74fb7_0 21.1 MB http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main wheel - 0.38 . 4 | py37haa95532_0 76 KB http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main pip - 22.3 . 1 | py37haa95532_0 2.7 MB http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main wincertstore - 0.2 | py37haa95532_2 15 KB http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Total: 25.5 MB The following NEW packages will be INSTALLED: certifi: 2022.12 . 7 - py37haa95532_0 http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main pip: 22.3 . 1 - py37haa95532_0 http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main python: 3.7 . 0 - hea74fb7_0 http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main setuptools: 65.6 . 3 - py37haa95532_0 http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main vc: 14.2 - h21ff451_1 http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main vs2015_runtime: 14.27 . 29016 - h5e58377_2 http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main wheel: 0.38 . 4 - py37haa95532_0 http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main wincertstore: 0.2 - py37haa95532_2 http: / / mirrors.tuna.tsinghua.edu.cn / anaconda / pkgs / main Proceed ([y] / n)? Downloading and Extracting Packages setuptools - 65.6 . 3 | 1.4 MB | ################################################################################################################################################################################################# | 100% certifi - 2022.12 . 7 | 152 KB | ################################################################################################################################################################################################# | 100% python - 3.7 . 0 | 21.1 MB | ################################################################################################################################################################################################# | 100% wheel - 0.38 . 4 | 76 KB | ################################################################################################################################################################################################# | 100% pip - 22.3 . 1 | 2.7 MB | ################################################################################################################################################################################################# | 100% wincertstore - 0.2 | 15 KB | ################################################################################################################################################################################################# | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done # # To activate this environment, use # # $ conda activate wind_2022 # # To deactivate an active environment, use # # $ conda deactivate (base) D:\> (base) D:\> (base) D:\> (base) D:\> (base) D:\> (base) D:\> (base) D:\> (base) D:\>conda activate wind_2023 Could not find conda environment: wind_2023 You can list all discoverable environments with `conda info - - envs`. (base) D:\> (base) D:\> (base) D:\> (base) D:\>conda activate wind_2022 (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\>pip install torch torchvision torchaudio - - index - url https: / / download.pytorch.org / whl / cu117 Looking in indexes: https: / / download.pytorch.org / whl / cu117 Collecting torch Downloading https: / / download.pytorch.org / whl / cu117 / torch - 1.13 . 1 % 2Bcu117 - cp37 - cp37m - win_amd64.whl ( 2255.6 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2.3 / 2.3 GB 2.5 MB / s eta 0 : 00 : 00 Collecting torchvision Downloading https: / / download.pytorch.org / whl / cu117 / torchvision - 0.14 . 1 % 2Bcu117 - cp37 - cp37m - win_amd64.whl ( 4.8 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 4.8 / 4.8 MB 7.4 MB / s eta 0 : 00 : 00 Collecting torchaudio Downloading https: / / download.pytorch.org / whl / cu117 / torchaudio - 0.13 . 1 % 2Bcu117 - cp37 - cp37m - win_amd64.whl ( 2.3 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2.3 / 2.3 MB 7.2 MB / s eta 0 : 00 : 00 Collecting typing - extensions Downloading https: / / download.pytorch.org / whl / typing_extensions - 4.4 . 0 - py3 - none - any .whl ( 26 kB) Collecting torchvision Downloading https: / / download.pytorch.org / whl / cu117 / torchvision - 0.14 . 0 % 2Bcu117 - cp37 - cp37m - win_amd64.whl ( 4.8 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 4.8 / 4.8 MB 4.9 MB / s eta 0 : 00 : 00 Downloading https: / / download.pytorch.org / whl / torchvision - 0.2 . 0 - py2.py3 - none - any .whl ( 48 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 48.8 / 48.8 kB 273.5 kB / s eta 0 : 00 : 00 Downloading https: / / download.pytorch.org / whl / torchvision - 0.1 . 6 - py3 - none - any .whl ( 16 kB) Installing collected packages: torchvision, typing - extensions, torch, torchaudio Successfully installed torch - 1.13 . 1 + cu117 torchaudio - 0.13 . 1 + cu117 torchvision - 0.1 . 6 typing - extensions - 4.4 . 0 WARNING: There was an error checking the latest version of pip. (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\> (wind_2022) D:\>cd D:\project\vfsd_data_screen_2023052901 (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901>pip install - r requirements.txt Collecting Cython Downloading Cython - 0.29 . 35 - py2.py3 - none - any .whl ( 988 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 988.4 / 988.4 kB 3.0 MB / s eta 0 : 00 : 00 Collecting matplotlib> = 3.2 . 2 Downloading matplotlib - 3.5 . 3 - cp37 - cp37m - win_amd64.whl ( 7.2 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 7.2 / 7.2 MB 8.7 MB / s eta 0 : 00 : 00 Collecting numpy> = 1.18 . 5 Downloading numpy - 1.21 . 6 - cp37 - cp37m - win_amd64.whl ( 14.0 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 14.0 / 14.0 MB 10.1 MB / s eta 0 : 00 : 00 Collecting opencv - python> = 4.1 . 2 Downloading opencv_python - 4.7 . 0.72 - cp37 - abi3 - win_amd64.whl ( 38.2 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 38.2 / 38.2 MB 9.0 MB / s eta 0 : 00 : 00 Collecting Pillow Downloading Pillow - 9.5 . 0 - cp37 - cp37m - win_amd64.whl ( 2.5 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2.5 / 2.5 MB 7.0 MB / s eta 0 : 00 : 00 Collecting PyYAML> = 5.3 Downloading PyYAML - 6.0 - cp37 - cp37m - win_amd64.whl ( 153 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 153.2 / 153.2 kB 3.0 MB / s eta 0 : 00 : 00 Collecting scipy> = 1.4 . 1 Downloading scipy - 1.7 . 3 - cp37 - cp37m - win_amd64.whl ( 34.1 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 34.1 / 34.1 MB 3.3 MB / s eta 0 : 00 : 00 Collecting tensorboard> = 2.2 Downloading tensorboard - 2.11 . 2 - py3 - none - any .whl ( 6.0 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 6.0 / 6.0 MB 1.6 MB / s eta 0 : 00 : 00 Requirement already satisfied: torch> = 1.7 . 0 in d:\anaconda3\envs\wind_2022\lib\site - packages ( from - r requirements.txt (line 12 )) ( 1.13 . 1 + cu117) Collecting torchvision> = 0.8 . 1 Downloading torchvision - 0.14 . 1 - cp37 - cp37m - win_amd64.whl ( 1.1 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1.1 / 1.1 MB 787.6 kB / s eta 0 : 00 : 00 Collecting tqdm> = 4.41 . 0 Downloading tqdm - 4.65 . 0 - py3 - none - any .whl ( 77 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 77.1 / 77.1 kB 711.2 kB / s eta 0 : 00 : 00 Collecting seaborn> = 0.11 . 0 Downloading seaborn - 0.12 . 2 - py3 - none - any .whl ( 293 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 293.3 / 293.3 kB 956.2 kB / s eta 0 : 00 : 00 Collecting pandas Downloading pandas - 1.1 . 5 - cp37 - cp37m - win_amd64.whl ( 8.7 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 8.7 / 8.7 MB 1.4 MB / s eta 0 : 00 : 00 Collecting thop Downloading thop - 0.1 . 1.post2209072238 - py3 - none - any .whl ( 15 kB) Collecting pycocotools> = 2.0 Downloading pycocotools - 2.0 . 6.tar .gz ( 24 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting pyqt5 = = 5.12 . 1 Downloading PyQt5 - 5.12 . 1 - 5.12 . 2 - cp35.cp36.cp37.cp38 - none - win_amd64.whl ( 47.4 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 47.4 / 47.4 MB 1.1 MB / s eta 0 : 00 : 00 Collecting redis Downloading redis - 4.5 . 5 - py3 - none - any .whl ( 240 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 240.3 / 240.3 kB 1.2 MB / s eta 0 : 00 : 00 Collecting PyQt5_sip< 4.20 ,> = 4.19 . 14 Downloading PyQt5_sip - 4.19 . 19 - cp37 - none - win_amd64.whl ( 52 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 52.0 / 52.0 kB 1.3 MB / s eta 0 : 00 : 00 Collecting python - dateutil> = 2.7 Downloading python_dateutil - 2.8 . 2 - py2.py3 - none - any .whl ( 247 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 247.7 / 247.7 kB 1.5 MB / s eta 0 : 00 : 00 Collecting cycler> = 0.10 Downloading cycler - 0.11 . 0 - py3 - none - any .whl ( 6.4 kB) Collecting pyparsing> = 2.2 . 1 Downloading pyparsing - 3.0 . 9 - py3 - none - any .whl ( 98 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 98.3 / 98.3 kB 1.4 MB / s eta 0 : 00 : 00 Collecting packaging> = 20.0 Downloading packaging - 23.1 - py3 - none - any .whl ( 48 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 48.9 / 48.9 kB 2.4 MB / s eta 0 : 00 : 00 Collecting fonttools> = 4.22 . 0 Downloading fonttools - 4.38 . 0 - py3 - none - any .whl ( 965 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 965.4 / 965.4 kB 1.6 MB / s eta 0 : 00 : 00 Collecting kiwisolver> = 1.0 . 1 Downloading kiwisolver - 1.4 . 4 - cp37 - cp37m - win_amd64.whl ( 54 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 54.9 / 54.9 kB 1.4 MB / s eta 0 : 00 : 00 Requirement already satisfied: setuptools> = 41.0 . 0 in d:\anaconda3\envs\wind_2022\lib\site - packages ( from tensorboard> = 2.2 - > - r requirements.txt (line 11 )) ( 65.6 . 3 ) Requirement already satisfied: wheel> = 0.26 in d:\anaconda3\envs\wind_2022\lib\site - packages ( from tensorboard> = 2.2 - > - r requirements.txt (line 11 )) ( 0.38 . 4 ) Collecting grpcio> = 1.24 . 3 Downloading grpcio - 1.54 . 2 - cp37 - cp37m - win_amd64.whl ( 4.1 MB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 4.1 / 4.1 MB 1.3 MB / s eta 0 : 00 : 00 Collecting tensorboard - data - server< 0.7 . 0 ,> = 0.6 . 0 Downloading tensorboard_data_server - 0.6 . 1 - py3 - none - any .whl ( 2.4 kB) Collecting werkzeug> = 1.0 . 1 Downloading Werkzeug - 2.2 . 3 - py3 - none - any .whl ( 233 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 233.6 / 233.6 kB 1.3 MB / s eta 0 : 00 : 00 Collecting absl - py> = 0.4 Downloading absl_py - 1.4 . 0 - py3 - none - any .whl ( 126 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 126.5 / 126.5 kB 1.8 MB / s eta 0 : 00 : 00 Collecting requests< 3 ,> = 2.21 . 0 Downloading requests - 2.31 . 0 - py3 - none - any .whl ( 62 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 62.6 / 62.6 kB 3.5 MB / s eta 0 : 00 : 00 Collecting protobuf< 4 ,> = 3.9 . 2 Downloading protobuf - 3.20 . 3 - cp37 - cp37m - win_amd64.whl ( 905 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 905.1 / 905.1 kB 1.8 MB / s eta 0 : 00 : 00 Collecting google - auth - oauthlib< 0.5 ,> = 0.4 . 1 Downloading google_auth_oauthlib - 0.4 . 6 - py2.py3 - none - any .whl ( 18 kB) Collecting tensorboard - plugin - wit> = 1.6 . 0 Downloading tensorboard_plugin_wit - 1.8 . 1 - py3 - none - any .whl ( 781 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 781.3 / 781.3 kB 1.8 MB / s eta 0 : 00 : 00 Collecting google - auth< 3 ,> = 1.6 . 3 Downloading google_auth - 2.19 . 0 - py2.py3 - none - any .whl ( 181 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 181.3 / 181.3 kB 1.8 MB / s eta 0 : 00 : 00 Collecting markdown> = 2.6 . 8 Downloading Markdown - 3.4 . 3 - py3 - none - any .whl ( 93 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 93.9 / 93.9 kB 1.8 MB / s eta 0 : 00 : 00 Requirement already satisfied: typing - extensions in d:\anaconda3\envs\wind_2022\lib\site - packages ( from torch> = 1.7 . 0 - > - r requirements.txt (line 12 )) ( 4.4 . 0 ) Collecting colorama Downloading colorama - 0.4 . 6 - py2.py3 - none - any .whl ( 25 kB) Collecting pytz> = 2017.2 Downloading pytz - 2023.3 - py2.py3 - none - any .whl ( 502 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 502.3 / 502.3 kB 1.6 MB / s eta 0 : 00 : 00 Collecting importlib - metadata> = 1.0 Downloading importlib_metadata - 6.6 . 0 - py3 - none - any .whl ( 22 kB) Collecting async - timeout> = 4.0 . 2 Downloading async_timeout - 4.0 . 2 - py3 - none - any .whl ( 5.8 kB) Collecting cachetools< 6.0 ,> = 2.0 . 0 Downloading cachetools - 5.3 . 1 - py3 - none - any .whl ( 9.3 kB) Collecting pyasn1 - modules> = 0.2 . 1 Downloading pyasn1_modules - 0.3 . 0 - py2.py3 - none - any .whl ( 181 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 181.3 / 181.3 kB 2.2 MB / s eta 0 : 00 : 00 Collecting six> = 1.9 . 0 Downloading six - 1.16 . 0 - py2.py3 - none - any .whl ( 11 kB) Collecting urllib3< 2.0 Downloading urllib3 - 1.26 . 16 - py2.py3 - none - any .whl ( 143 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 143.1 / 143.1 kB 2.1 MB / s eta 0 : 00 : 00 Collecting rsa< 5 ,> = 3.1 . 4 Downloading rsa - 4.9 - py3 - none - any .whl ( 34 kB) Collecting requests - oauthlib> = 0.7 . 0 Downloading requests_oauthlib - 1.3 . 1 - py2.py3 - none - any .whl ( 23 kB) Collecting zipp> = 0.5 Downloading zipp - 3.15 . 0 - py3 - none - any .whl ( 6.8 kB) Collecting charset - normalizer< 4 ,> = 2 Downloading charset_normalizer - 3.1 . 0 - cp37 - cp37m - win_amd64.whl ( 94 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 94.6 / 94.6 kB 2.7 MB / s eta 0 : 00 : 00 Collecting idna< 4 ,> = 2.5 Downloading idna - 3.4 - py3 - none - any .whl ( 61 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 61.5 / 61.5 kB 3.4 MB / s eta 0 : 00 : 00 Requirement already satisfied: certifi> = 2017.4 . 17 in d:\anaconda3\envs\wind_2022\lib\site - packages ( from requests< 3 ,> = 2.21 . 0 - >tensorboard> = 2.2 - > - r requirements.txt (line 11 )) ( 2022.12 . 7 ) Collecting MarkupSafe> = 2.1 . 1 Downloading MarkupSafe - 2.1 . 2 - cp37 - cp37m - win_amd64.whl ( 16 kB) Collecting pyasn1< 0.6 . 0 ,> = 0.4 . 6 Downloading pyasn1 - 0.5 . 0 - py2.py3 - none - any .whl ( 83 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 83.9 / 83.9 kB 1.6 MB / s eta 0 : 00 : 00 Collecting oauthlib> = 3.0 . 0 Downloading oauthlib - 3.2 . 2 - py3 - none - any .whl ( 151 kB) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 151.7 / 151.7 kB 2.3 MB / s eta 0 : 00 : 00 Building wheels for collected packages: pycocotools Building wheel for pycocotools (pyproject.toml) ... done Created wheel for pycocotools: filename = pycocotools - 2.0 . 6 - cp37 - cp37m - win_amd64.whl size = 76830 sha256 = 3a4a2e592abd1a1377f8815ac19b21df4df26d22aa02c130ca656ea4bcdb2482 Stored in directory: c:\users\lenovo\appdata\local\pip\cache\wheels\d0\ 90 \d4\e9ae0a3cdbd8e0cddf6b5fe8c31774fb9bd0ae4e9754fb2314 Successfully built pycocotools Installing collected packages: tensorboard - plugin - wit, pytz, PyQt5_sip, zipp, urllib3, tensorboard - data - server, six, PyYAML, pyqt5, pyparsing, pyasn1, protobuf, Pillow, packaging, oauthlib, numpy, MarkupSafe, kiwisolver, idna, grpcio, fonttools, Cython, cycler, colorama, charset - normalizer, cachetools, async - timeout, absl - py, werkzeug, tqdm, thop, scipy, rsa, requests, python - dateutil, pyasn1 - modules, opencv - python, importlib - metadata, torchvision, requests - oauthlib, redis, pandas, matplotlib, markdown, google - auth, seaborn, pycocotools, google - auth - oauthlib, tensorboard Attempting uninstall: torchvision Found existing installation: torchvision 0.1 . 6 Uninstalling torchvision - 0.1 . 6 : Successfully uninstalled torchvision - 0.1 . 6 Successfully installed Cython - 0.29 . 35 MarkupSafe - 2.1 . 2 Pillow - 9.5 . 0 PyQt5_sip - 4.19 . 19 PyYAML - 6.0 absl - py - 1.4 . 0 async - timeout - 4.0 . 2 cachetools - 5.3 . 1 charset - normalizer - 3.1 . 0 colorama - 0.4 . 6 cycler - 0.11 . 0 fonttools - 4.38 . 0 google - auth - 2.19 . 0 google - auth - oauthlib - 0.4 . 6 grpcio - 1.54 . 2 idna - 3.4 importlib - metadata - 6.6 . 0 kiwisolver - 1.4 . 4 markdown - 3.4 . 3 matplotlib - 3.5 . 3 numpy - 1.21 . 6 oauthlib - 3.2 . 2 opencv - python - 4.7 . 0.72 packaging - 23.1 pandas - 1.1 . 5 protobuf - 3.20 . 3 pyasn1 - 0.5 . 0 pyasn1 - modules - 0.3 . 0 pycocotools - 2.0 . 6 pyparsing - 3.0 . 9 pyqt5 - 5.12 . 1 python - dateutil - 2.8 . 2 pytz - 2023.3 redis - 4.5 . 5 requests - 2.31 . 0 requests - oauthlib - 1.3 . 1 rsa - 4.9 scipy - 1.7 . 3 seaborn - 0.12 . 2 six - 1.16 . 0 tensorboard - 2.11 . 2 tensorboard - data - server - 0.6 . 1 tensorboard - plugin - wit - 1.8 . 1 thop - 0.1 . 1.post2209072238 torchvision - 0.14 . 1 tqdm - 4.65 . 0 urllib3 - 1.26 . 16 werkzeug - 2.2 . 3 zipp - 3.15 . 0 (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> (wind_2022) D:\project\vfsd_data_screen_2023052901> |
######################
QQ 3087438119
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~
2022-06-12 matplotlib动态图
2021-06-12 加载uwb数据
2020-06-12 IfcRelAssignsToGroup
2019-06-12 C++ nth_element greater
2019-06-12 C++ STL 排序查找最大的5个
2019-06-12 C++ STL 排序
2019-06-12 C++ STL nth_element