Open JohnLCaron opened 2 months ago
Hi folks, many apologies for the troubles from the GitHub CLI.
I'm not familiar with this repository but am keeping a lookout for issues referencing EXPKEYSIG 23F3D4EA75716059
. At least in the first case of make deps
, this is an upstream problem from our end which you can read more about here. The TL;DR is that the public key used to verify the gh
package repository expired yesterday, so you'll want to get the new key by probably following these instructions.
Potentially the second failure is due to not having the correct dependencies from the first, but I guess the maintainers here would be better suited to answer that.
Im guessing that the GitHub CLI keys arent the problem here.
Any reason not to upgrade your dependencies to the latest? Doing a fresh install I get:
python3
Python 3.12.3 (main, Sep 11 2024, 14:17:37) [GCC 13.2.0] on linux
>>> import numpy
>>> numpy.__version__
'1.26.4'
>>> import scipy
>>> scipy.__version__
'1.11.4'
pyproject.toml has:
python = "^3.8"
numpy = "^1.22.0"
scipy = "~1.6.0"
Im not a python or nodejs user, and havent installed postgres, but im surprised that the makes arent working:
Environment:
Getting these errors when running make:
It appears I need a different python version? Do I need to install that myself?? Or is the error in "make deps" the problem?
thanks