anaconda VTK环境

VTK环境

 

(base) C:\Users\BIM>
(base) C:\Users\BIM>conda create -n vtk_env python==3.8
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 4.9.2
  latest version: 24.11.0

Please update conda by running

    $ conda update -n base -c defaults conda



## Package Plan ##

  environment location: E:\Anaconda3\install\envs\vtk_env

  added / updated specs:
    - python==3.8


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2024.11.26 |       haa95532_0         132 KB
    openssl-1.1.1w             |       h2bbff1b_0         5.5 MB
    pip-24.2                   |   py38haa95532_0         2.4 MB
    python-3.8.0               |       hff0d562_2        15.9 MB
    setuptools-75.1.0          |   py38haa95532_0         1.6 MB
    sqlite-3.45.3              |       h2bbff1b_0         973 KB
    vc-14.40                   |       haa95532_2          10 KB
    vs2015_runtime-14.42.34433 |       h9531ae6_2         1.2 MB
    wheel-0.44.0               |   py38haa95532_0         137 KB
    ------------------------------------------------------------
                                           Total:        27.8 MB

The following NEW packages will be INSTALLED:

  ca-certificates    pkgs/main/win-64::ca-certificates-2024.11.26-haa95532_0
  openssl            pkgs/main/win-64::openssl-1.1.1w-h2bbff1b_0
  pip                pkgs/main/win-64::pip-24.2-py38haa95532_0
  python             pkgs/main/win-64::python-3.8.0-hff0d562_2
  setuptools         pkgs/main/win-64::setuptools-75.1.0-py38haa95532_0
  sqlite             pkgs/main/win-64::sqlite-3.45.3-h2bbff1b_0
  vc                 pkgs/main/win-64::vc-14.40-haa95532_2
  vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.42.34433-h9531ae6_2
  wheel              pkgs/main/win-64::wheel-0.44.0-py38haa95532_0


Proceed ([y]/n)? y


Downloading and Extracting Packages
sqlite-3.45.3        | 973 KB    | ############################################################################ | 100%
python-3.8.0         | 15.9 MB   | ############################################################################ | 100%
vs2015_runtime-14.42 | 1.2 MB    | ############################################################################ | 100%
wheel-0.44.0         | 137 KB    | ############################################################################ | 100%
openssl-1.1.1w       | 5.5 MB    | ############################################################################ | 100%
ca-certificates-2024 | 132 KB    | ############################################################################ | 100%
setuptools-75.1.0    | 1.6 MB    | ############################################################################ | 100%
vc-14.40             | 10 KB     | ############################################################################ | 100%
pip-24.2             | 2.4 MB    | ############################################################################ | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate vtk_env
#
# To deactivate an active environment, use
#
#     $ conda deactivate


(base) C:\Users\BIM>
(base) C:\Users\BIM>

 

 

 

###########################

posted @ 2024-12-10 07:43  西北逍遥  阅读(3)  评论(0编辑  收藏  举报