matthiasdemuzere / w2w

A python tool that ingests WUDAPT information into WRF.
MIT License
40 stars 16 forks source link

The software installation failed #135

Open fenglin854 opened 3 weeks ago

fenglin854 commented 3 weeks ago

Describe your issue

Hello, when I was running pip install git+https://github.com/matthiasdemuzere/w2w to install w2w on Ubuntu, the following errors occurred. How can I solve them? ERROR: Could not find a version that satisfies the requirement ecmwflibs (from w2w) (from versions: none) ERROR: No matching distribution found for ecmwflibs

w2w --version

w2w

nc-config --all

This netCDF 4.9.1 has been built with the following features: 
  --cc            -> gcc
  --cflags        -> -I/home/wrf/.WRF_LIB/netcdf-c-4.9.1/include -I/home/wrf/.WRF_LIB/hdf5-1.12.2/include
  --libs          -> -L/home/wrf/.WRF_LIB/netcdf-c-4.9.1/lib -lnetcdf
  --static        -> -lhdf5_hl -lhdf5 -lm -lz -ldl -lxml2 -lcurl 
  --has-c++       -> no
  --cxx           -> 
  --has-c++4      -> no
  --cxx4          -> 
  --has-fortran   -> yes
  --fc            -> gfortran
  --fflags        -> -I/home/wrf/.WRF_LIB/netcdf-c-4.9.1/include -I/home/wrf/.WRF_LIB/netcdf-c-4.9.1/include
  --flibs         -> -L/home/wrf/.WRF_LIB/netcdf-c-4.9.1/lib -lnetcdff -L/home/wrf/.WRF_LIB/netcdf-c-4.9.1/lib -lnetcdf -lnetcdf -ldl -lm
  --has-f90       -> 
  --has-f03       -> yes
  --has-dap          -> no
  --has-dap2         -> no
  --has-dap4         -> no
  --has-nc2          -> yes
  --has-nc4          -> yes
  --has-hdf5         -> yes
  --has-hdf4         -> no
  --has-logging      -> no
  --has-pnetcdf      -> no
  --has-szlib        -> no
  --has-cdf5         -> yes
  --has-parallel4    -> no
  --has-parallel     -> no
  --has-nczarr       -> yes
  --has-zstd         -> no
  --has-benchmarks   -> no
  --has-multifilters -> yes
  --has-stdfilters   -> deflate bz2
  --has-quantize     -> yes
  --prefix           -> /home/wrf/.WRF_LIB/netcdf-c-4.9.1
  --includedir       -> /home/wrf/.WRF_LIB/netcdf-c-4.9.1/include
  --libdir           -> /home/wrf/.WRF_LIB/netcdf-c-4.9.1/lib
  --plugindir        -> 
  --version          -> netCDF 4.9.1

Installed Packages

anaconda-anon-usage @ file:///croot/anaconda-anon-usage_1710965072196/work
archspec @ file:///croot/archspec_1709217642129/work
boltons @ file:///work/perseverance-python-buildout/croot/boltons_1698851177130/work
Brotli @ file:///croot/brotli-split_1714483155106/work
certifi @ file:///croot/certifi_1707229174982/work/certifi
cffi @ file:///croot/cffi_1714483155441/work
charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work
conda @ file:///croot/conda_1714403036266/work
conda-content-trust @ file:///croot/conda-content-trust_1714483159009/work
conda-libmamba-solver @ file:///croot/conda-libmamba-solver_1706733287605/work/src
conda-package-handling @ file:///croot/conda-package-handling_1714483155348/work
conda_package_streaming @ file:///work/perseverance-python-buildout/croot/conda-package-streaming_1698847176583/work
cryptography @ file:///croot/cryptography_1714660666131/work
distro @ file:///croot/distro_1714488253808/work
idna @ file:///croot/idna_1714398848350/work
jsonpatch @ file:///croot/jsonpatch_1714483231291/work
jsonpointer==2.1
libmambapy @ file:///croot/mamba-split_1714483352891/work/libmambapy
menuinst @ file:///croot/menuinst_1714510563922/work
packaging @ file:///croot/packaging_1710807400464/work
platformdirs @ file:///work/perseverance-python-buildout/croot/platformdirs_1701732573265/work
pluggy @ file:///work/perseverance-python-buildout/croot/pluggy_1698805497733/work
pycosat @ file:///croot/pycosat_1714510623388/work
pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
PySocks @ file:///work/perseverance-python-buildout/croot/pysocks_1698845478203/work
requests @ file:///croot/requests_1707355572290/work
ruamel.yaml @ file:///work/perseverance-python-buildout/croot/ruamel.yaml_1698863605521/work
setuptools==69.5.1
tqdm @ file:///croot/tqdm_1714567712644/work
truststore @ file:///work/perseverance-python-buildout/croot/truststore_1701735771625/work
urllib3 @ file:///croot/urllib3_1707770551213/work
wheel==0.43.0
zstandard @ file:///croot/zstandard_1714677652653/work

Traceback

No response

jkittner commented 1 week ago

what version of python on what OS and architecture are you using?