404 Page Not Found: versions.yaml file URL issue

Hi,

I’m encountering an issue while running the aiida-pseudo install sssp command. The URL for downloading the versions.yaml file leads to a “Critical: 404 Client Error: NOT FOUND for url …”:

https://archive.materialscloud.org/record/file?filename=versions.yaml&parent_id=19

I tried accessing it directly via a browser, but it returns the same “Page not found” message.

I am working with aiida-core v2.5.2 and aiida-pseudo v1.5.0.

Has the file been moved ? Could anyone provide an alternative link or a solution to this issue?

Thank you!

Hi,

Sorry for the late reply. This issue has been fixed in this PR: Update url template for fetching SSSP pseudos by edan-bainglass · Pull Request #188 · aiidateam/aiida-pseudo · GitHub

In the meantime, you’ll need to install the development version of the code directly from GitHub to get it working. You can do this by cloning the repository and running:

pip install .

This should solve your issue. We are planning to do a release early this week.

1 Like

Hi,
Thank you for the clarification!