LoginSignup
1
1

More than 3 years have passed since last update.

Python 環境構築 obd

Last updated at Posted at 2021-05-08

obdのマシンでの練習のための備忘録

(1)

$ conda create -n py37_GAN python=3.7 anaconda

(2)

$ conda activate py37_GAN
(py37_GAN) $ conda install -c anaconda chainer

Collecting package metadata (current_repodata.json): done
Solving environment: done


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

Please update conda by running

    $ conda update -n base -c defaults conda



## Package Plan ##

  environment location: /home/[user_name]/.pyenv/versions/anaconda3-5.2.0/envs/py37_GAN

  added / updated specs:
    - chainer


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2020.10.14 |                0         128 KB  anaconda
    chainer-6.3.0              |             py_0         671 KB  anaconda
    libprotobuf-3.13.0.1       |       hd408876_0         2.3 MB  anaconda
    openssl-1.1.1h             |       h7b6447c_0         3.8 MB  anaconda
    protobuf-3.13.0.1          |   py37he6710b0_1         700 KB  anaconda
    typing-3.7.4.3             |           py37_0          12 KB  anaconda
    ------------------------------------------------------------
                                           Total:         7.6 MB

The following NEW packages will be INSTALLED:

  chainer            anaconda/noarch::chainer-6.3.0-py_0
  libprotobuf        anaconda/linux-64::libprotobuf-3.13.0.1-hd408876_0
  protobuf           anaconda/linux-64::protobuf-3.13.0.1-py37he6710b0_1
  typing             anaconda/linux-64::typing-3.7.4.3-py37_0

The following packages will be SUPERSEDED by a higher-priority channel:

  ca-certificates                                 pkgs/main --> anaconda
  openssl                                         pkgs/main --> anaconda


Proceed ([y]/n)? yy
Invalid choice: yy
Proceed ([y]/n)? y


Downloading and Extracting Packages
typing-3.7.4.3       | 12 KB     | ########################################################################################## | 100% 
ca-certificates-2020 | 128 KB    | ########################################################################################## | 100% 
libprotobuf-3.13.0.1 | 2.3 MB    | ########################################################################################## | 100% 
openssl-1.1.1h       | 3.8 MB    | ########################################################################################## | 100% 
protobuf-3.13.0.1    | 700 KB    | ########################################################################################## | 100% 
chainer-6.3.0        | 671 KB    | ########################################################################################## | 100% 
Preparing transaction: done
Verifying transaction: done
Executing transaction: done

(3)

$ conda install -c anaconda chainer
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1