码迷,mamicode.com
首页 > 编程语言 > 详细

anaconda python36 tensorflow virtualenv

时间:2018-12-01 12:53:52      阅读:346      评论:0      收藏:0      [点我收藏+]

标签:rbo   python   step   ipy   install   python3   h3c   uil   nump   

1,conda create -n tsf python=3.6

2,source activate tsf
3,conda install tensorflow

then tensorflow,numpy and scipy are installed,but no scikit-learn and pandas

4,conda install numpy,conda install pandas,conda install matplotlib,conda upgrade.....

5,source deactivate

 

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

following is step of 3

Solving environment: done

## Package Plan ##

  environment location: /home/zysyz/.conda/envs/tsf

  added / updated specs:
    - tensorflow


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    scipy-1.1.0                |   py36hfa4b5c9_1        18.0 MB
    _tflow_select-2.3.0        |              mkl           2 KB
    mkl_random-1.0.1           |   py36h4414c95_1         373 KB
    protobuf-3.6.1             |   py36he6710b0_0         616 KB
    numpy-base-1.15.4          |   py36h81de0dd_0         4.2 MB
    intel-openmp-2019.1        |              144         885 KB
    libprotobuf-3.6.1          |       hd408876_0         4.1 MB
    numpy-1.15.4               |   py36h1d66e8a_0          35 KB
    keras-applications-1.0.6   |           py36_0          49 KB
    markdown-3.0.1             |           py36_0         107 KB
    absl-py-0.6.1              |           py36_0         152 KB
    keras-preprocessing-1.0.5  |           py36_0          52 KB
    gast-0.2.0                 |           py36_0          15 KB
    mkl_fft-1.0.6              |   py36h7dd41cf_0         150 KB
    h5py-2.8.0                 |   py36h989c5e5_3         1.1 MB
    tensorboard-1.12.0         |   py36hf484d3e_0         3.1 MB
    grpcio-1.16.1              |   py36hf8bcb03_1         1.1 MB
    six-1.11.0                 |           py36_1          21 KB
    c-ares-1.15.0              |       h7b6447c_1          98 KB
    tensorflow-base-1.12.0     |mkl_py36h3c3e929_0        98.5 MB
    mkl-2018.0.3               |                1       198.7 MB
    astor-0.7.1                |           py36_0          43 KB
    termcolor-1.1.0            |           py36_1           7 KB
    tensorflow-1.12.0          |mkl_py36h69b6ba0_0           4 KB
    werkzeug-0.14.1            |           py36_0         423 KB
    ------------------------------------------------------------
                                           Total:       331.6 MB

The following NEW packages will be INSTALLED:

    _tflow_select:       2.3.0-mkl                
    absl-py:             0.6.1-py36_0             
    astor:               0.7.1-py36_0             
    blas:                1.0-mkl                  
    c-ares:              1.15.0-h7b6447c_1        
    gast:                0.2.0-py36_0             
    grpcio:              1.16.1-py36hf8bcb03_1    
    h5py:                2.8.0-py36h989c5e5_3     
    hdf5:                1.10.2-hba1933b_1        
    intel-openmp:        2019.1-144               
    keras-applications:  1.0.6-py36_0             
    keras-preprocessing: 1.0.5-py36_0             
    libgfortran-ng:      7.3.0-hdf63c60_0         
    libprotobuf:         3.6.1-hd408876_0         
    markdown:            3.0.1-py36_0             
    mkl:                 2018.0.3-1               
    mkl_fft:             1.0.6-py36h7dd41cf_0     
    mkl_random:          1.0.1-py36h4414c95_1     
    numpy:               1.15.4-py36h1d66e8a_0    
    numpy-base:          1.15.4-py36h81de0dd_0    
    protobuf:            3.6.1-py36he6710b0_0     
    scipy:               1.1.0-py36hfa4b5c9_1     
    six:                 1.11.0-py36_1            
    tensorboard:         1.12.0-py36hf484d3e_0    
    tensorflow:          1.12.0-mkl_py36h69b6ba0_0
    tensorflow-base:     1.12.0-mkl_py36h3c3e929_0
    termcolor:           1.1.0-py36_1             
    werkzeug:            0.14.1-py36_0  

anaconda python36 tensorflow virtualenv

标签:rbo   python   step   ipy   install   python3   h3c   uil   nump   

原文地址:https://www.cnblogs.com/augustone/p/10048703.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!