Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- colby@Linux-PC:~$ conda create python=3 --name orange3
- Fetching package metadata ...
- ....
- Solving package specifications: ..........
- Package plan for installation in environment /home/colby/miniconda3/envs/orange3:
- The following packages will be downloaded:
- package | build
- ---------------------------|-----------------
- xz-5.2.2 | 1 669 KB
- python-3.6.0 | 0 16.3 MB
- setuptools-27.2.0 | py36_0 523 KB
- wheel-0.29.0 | py36_0 88 KB
- pip-9.0.1 | py36_1 1.7 MB
- ------------------------------------------------------------
- Total: 19.2 MB
- The following NEW packages will be INSTALLED:
- openssl: 1.0.2j-0
- pip: 9.0.1-py36_1
- python: 3.6.0-0
- readline: 6.2-2
- setuptools: 27.2.0-py36_0
- sqlite: 3.13.0-0
- tk: 8.5.18-0
- wheel: 0.29.0-py36_0
- xz: 5.2.2-1
- zlib: 1.2.8-3
- Proceed ([y]/n)?
- Fetching packages ...
- xz-5.2.2-1.tar 100% |################################| Time: 0:00:00 2.03 MB/s
- python-3.6.0-0 100% |################################| Time: 0:00:04 3.58 MB/s
- setuptools-27. 100% |################################| Time: 0:00:00 2.21 MB/s
- wheel-0.29.0-p 100% |################################| Time: 0:00:00 804.92 kB/s
- pip-9.0.1-py36 100% |################################| Time: 0:00:01 1.72 MB/s
- Extracting packages ...
- [ COMPLETE ]|###################################################| 100%
- Linking packages ...
- [ COMPLETE ]|###################################################| 100%
- #
- # To activate this environment, use:
- # > source activate orange3
- #
- # To deactivate this environment, use:
- # > source deactivate orange3
- #
- colby@Linux-PC:~$ source activate orange3
- (orange3) colby@Linux-PC:~$ conda config --add channels conda-forge
- (orange3) colby@Linux-PC:~$ conda install orange3
- Fetching package metadata .........
- Solving package specifications: ....
- UnsatisfiableError: The following specifications were found to be in conflict:
- - orange3
- - python 3.6*
- Use "conda info <package>" to see the dependencies for each package.
- (orange3) colby@Linux-PC:~$ conda info
- Current conda install:
- platform : linux-64
- conda version : 4.2.12
- conda is private : False
- conda-env version : 4.2.12
- conda-build version : not installed
- python version : 3.5.2.final.0
- requests version : 2.11.1
- root environment : /home/colby/miniconda3 (writable)
- default environment : /home/colby/miniconda3/envs/orange3
- envs directories : /home/colby/miniconda3/envs
- package cache : /home/colby/miniconda3/pkgs
- channel URLs : https://conda.anaconda.org/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.continuum.io/pkgs/free/linux-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/pro/linux-64
- https://repo.continuum.io/pkgs/pro/noarch
- config file : /home/colby/.condarc
- offline mode : False
- (orange3) colby@Linux-PC:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement