Skip to content

Old version being installed without warning #45

Open

Description

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Default install currently seems to install old version 1.1.3 or even 0.1.8 rather than the latest version if the base is defaults. e.g.


conda create -n camb python=3.9 scipy
conda activate camb
conda install -c conda-forge camb

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /home/ubuntu/miniconda3/envs/camb

  added / updated specs:
    - camb


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2022.9.24  |       ha878542_0         150 KB  conda-forge
    camb-0.1.8.1               |       ha44fe06_2         477 KB  conda-forge
    certifi-2022.9.24          |     pyhd8ed1ab_0         155 KB  conda-forge
    libgfortran-3.0.0          |                1         281 KB  conda-forge
    ------------------------------------------------------------
                                           Total:         1.0 MB

The following NEW packages will be INSTALLED:

  camb               conda-forge/linux-64::camb-0.1.8.1-ha44fe06_2 None
  libgfortran        conda-forge/linux-64::libgfortran-3.0.0-1 None

The following packages will be UPDATED:

  ca-certificates    pkgs/main::ca-certificates-2022.07.19~ --> conda-forge::ca-certificates-2022.9.24-ha878542_0 None

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

  certifi            pkgs/main/linux-64::certifi-2022.9.24~ --> conda-forge/noarch::certifi-2022.9.24-pyhd8ed1ab_0 None

Installed packages

# packages in environment at /home/ubuntu/miniconda3/envs/camb:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                        main
_openmp_mutex             5.1                       1_gnu
blas                      1.0                         mkl
ca-certificates           2022.07.19           h06a4308_0
certifi                   2022.9.24        py39h06a4308_0
fftw                      3.3.9                h27cfd23_1
intel-openmp              2021.4.0          h06a4308_3561
ld_impl_linux-64          2.38                 h1181459_1
libffi                    3.3                  he6710b0_2
libgcc-ng                 11.2.0               h1234567_1
libgfortran-ng            11.2.0               h00389a5_1
libgfortran5              11.2.0               h1234567_1
libgomp                   11.2.0               h1234567_1
libstdcxx-ng              11.2.0               h1234567_1
mkl                       2021.4.0           h06a4308_640
mkl-service               2.4.0            py39h7f8727e_0
mkl_fft                   1.3.1            py39hd3c417c_0
mkl_random                1.2.2            py39h51133e4_0
ncurses                   6.3                  h5eee18b_3
numpy                     1.23.1           py39h6c91a56_0
numpy-base                1.23.1           py39ha15fc14_0
openssl                   1.1.1q               h7f8727e_0
pip                       22.2.2           py39h06a4308_0
python                    3.9.13               haa1d7c7_1
readline                  8.1.2                h7f8727e_1
scipy                     1.9.1            py39h14f4228_0
setuptools                63.4.1           py39h06a4308_0
six                       1.16.0             pyhd3eb1b0_1
sqlite                    3.39.3               h5082296_0
tk                        8.6.12               h1ccaba5_0
tzdata                    2022c                h04d1e81_0
wheel                     0.37.1             pyhd3eb1b0_0
xz                        5.2.6                h5eee18b_0
zlib                      1.2.12               h5eee18b_3

Environment info

active environment : camb
    active env location : /home/ubuntu/miniconda3/envs/camb
            shell level : 2
       user config file : /home/ubuntu/.condarc
 populated config files :
          conda version : 22.9.0
    conda-build version : not installed
         python version : 3.9.6.final.0
       virtual packages : __cuda=11.6=0
                          __linux=5.10.102.1=0
                          __glibc=2.31=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /home/ubuntu/miniconda3  (writable)
      conda av data dir : /home/ubuntu/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/ubuntu/miniconda3/pkgs
                          /home/ubuntu/.conda/pkgs
       envs directories : /home/ubuntu/miniconda3/envs
                          /home/ubuntu/.conda/envs
               platform : linux-64
             user-agent : conda/22.9.0 requests/2.28.1 CPython/3.9.6 Linux/5.10.102.1-microsoft-standard-WSL2 ubuntu/20.04.2 glibc/2.31
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions