signatory
signatory copied to clipboard
Error Installing Signatory 1.2.5
Hi, I installed signatory 1.2.4 with pytorch 1.7.1 which worked like a charm. However, when trying to install version 1.2.5 (since I am really interested to try out the inversion function) I get the following error message:
pip install signatory==1.2.5.1.7.1 --no-cache-dir --force-reinstall
Note: you may need to restart the kernel to use updated packages.
ERROR: Could not find a version that satisfies the requirement signatory==1.2.5.1.7.1
ERROR: No matching distribution found for signatory==1.2.5.1.7.1
I also tried to install signatory 1.2.5 together with pytorch 1.8.0 or 1.8.1 which yielded the same error message. In fact I get this error also when trying to install version 1.2.4 together with other pytorch versions. Am I missing something here?
Thanks
Whoops, sorry for the radio silence on getting back to you on this one.
Anyway, it looks like 1.2.5 didn't get created properly on PyPI, which is why things failed. You've prompted me to create a new version 1.2.6, which does appear to have been properly created -- try installing that:
pip install signatory==1.2.6.1.7.1 --no-cache-dir --force-reinstall
Incidentally PyTorch now also includes support for PyTorch 1.8.0, 1.8.1, 1.9.0 if that's helpful.