fudge icon indicating copy to clipboard operation
fudge copied to clipboard

`pip install git+https://github.com/LLNL/[email protected]` fails due to missing 6.6.0 tag

Open thomasms opened this issue 1 year ago • 0 comments

Hi,

I am having trouble installing the latest version 6.6.0 via the following command:

pip install git+https://github.com/LLNL/[email protected]

See the error below. image

I think - but of course I could very well be mistaken - that because there is no 6.6.0 tag on GitHub.

In order to get 6.6.0 installed I instead did:

pip install git+https://github.com/LLNL/fudge.git@master

With

import fudge
print(fudge.__version__)

giving 6.6. image

Am I doing something wrong here?

thomasms avatar May 20 '24 08:05 thomasms