NOAA-OWP / gval

A high-level Python framework to evaluate the skill of geospatial datasets by comparing candidates to benchmark maps producing agreement maps and metrics.
https://noaa-owp.github.io/gval/
Other
22 stars 0 forks source link

Unable to install `gval` #104

Closed jarq6c closed 1 year ago

jarq6c commented 1 year ago

Python 3.10.10 (main, Feb 9 2023, 05:30:13) [GCC 10.2.1 20210110] on linux

I attempted to install gval using the following:

$ pip install 'gval @ https://github.com/NOAA-OWP/gval'

I got this output.

Collecting gval@ https://github.com/NOAA-OWP/gval
  Downloading https://github.com/NOAA-OWP/gval
     \ 239.6 kB 2.1 MB/s 0:00:00
  ERROR: Cannot unpack file /tmp/pip-unpack-zm07m3n7/gval (downloaded from /tmp/pip-install-xelycx_f/gval_51a2513586ca49a88ef882afeaae6bd0, content-type: text/html; charset=utf-8); cannot detect archive format
ERROR: Cannot determine archive format of /tmp/pip-install-xelycx_f/gval_51a2513586ca49a88ef882afeaae6bd0
fernando-aristizabal commented 1 year ago

Hey Jason, Thanks for taking a look.

Hold off on this @jarq6c , I think we need a build test before you try anything else.

fernando-aristizabal commented 1 year ago

@jarq6c This should be addressed by #105. Thanks @GregoryPetrochenkov-NOAA!

jarq6c commented 1 year ago

That solved the issue. I was able to install gval.

Thanks!