fipou
1
I am trying to install vapor-python using conda but after a day long it is not complete!
What to do?
conda install -c conda-forge -c ncar-vapor vapor
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.son):done
solving environment:
clyne
2
Try using mamba instead of conda for the installation. See this discussion on the Pangeo discourse forum.
fipou
3
this is the output using mamba:
Looking for: [‘vapor’]
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
ncar-vapor/linux-64 1.2kB @ 1.6kB/s 0.8s
ncar-vapor/noarch 541.0 B @ 689.0 B/s 0.8s
pkgs/main/noarch 852.3kB @ 766.7kB/s 0.3s
pkgs/r/noarch @ 826.2kB/s 0.8s
pkgs/r/linux-64 1.4MB @ 582.1kB/s 1.3s
pkgs/main/linux-64 @ 1.5MB/s 4.2s
conda-forge/noarch @ 1.8MB/s 8.3s
conda-forge/linux-64 @ 2.2MB/s 16.8s
Pinned packages:
Encountered problems while solving:
- package vapor-3.8.0-h2bc3f7f_0 requires python 3.9.*, but none of the providers can be installed
pearse
4
Your environment will need to have python 3.9 installed but you currently have 3.10.
mamba install python=3.9