-
-
Notifications
You must be signed in to change notification settings - Fork 35
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 and torch simultaneously #39
Comments
So in theory I think it should be possible to update Signatory to make this work. We'd need to include a pyproject.toml file, which can specify that That's a reasonable amount of faff to set up, which is why I've never done it. Usually I do just recommend running If you can I'd suggest finding a way to run If that's really not possible for you, then I would be happy to accept a PR, making the necessary changes to Signatory's build system, that does what I outlined above. Realistically this isn't something I've got time to set up myself, I'm afraid. |
So, if I undestood correctly, a
I'm not sure if a follow the versions part: wouldn't be enough to specify an upper bound for the torch version? On the other hand, I think the command |
I don't think that'll be enough. If that's used, and someone does:
Then the first We instead need to specify a different |
I see. We need to discuss this internally because we may prefer to handle this issue in our own CICD (by calling some .sh file to force torch installation first, for example). Anyway, I would like to solve the issue in its origin instead of on our pipeline, so I'm personally open to create a PR . |
Hi. I'm trying to install
signatory
, alongtorch
with:pip install -r requirements.txt
Being said requirements.txt:
And I get the following error:
Is there any way to install
torch
and signatory simultaneously? This is work-related, and deployments are automated, so it would be kind of hard to make an exception for the service I'm developing so that it runs two differentpip install
sI'm using Python 3.6.13 with
pip==18.1
(although I tried it withpip==21.0.1
and get the same error). I'm using Ubuntu, the result oflsb_release -a
is:Thank you very much in advance.
The text was updated successfully, but these errors were encountered: