fudge
fudge copied to clipboard
`pip install git+https://github.com/LLNL/[email protected]` fails due to missing 6.6.0 tag
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.
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.
Am I doing something wrong here?