Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Installing Signatory 1.2.5 #40

Open
Zwiebel-Jack opened this issue Jul 16, 2021 · 1 comment
Open

Error Installing Signatory 1.2.5 #40

Zwiebel-Jack opened this issue Jul 16, 2021 · 1 comment

Comments

@Zwiebel-Jack
Copy link

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

@patrick-kidger
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants