You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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:
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
The text was updated successfully, but these errors were encountered: