We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I tried installing the necessary dependencies using environment.yml and it throws me the error discussed here (kornia/kornia#1290)
environment.yml
I tried applying the fix which was to install Kornia from source using the command pip install git+https://github.com/kornia/kornia
Kornia
pip install git+https://github.com/kornia/kornia
However it ended up installing torch==1.9.1 as a dependency (environment.yml in this repo has a torch==1.4) and breaks the entire dependency tree.
torch==1.9.1
torch==1.4
Is there a fix to get the most recent version of Kornia that's compatible with this code and with torch==1.4.0 or any possible workarounds?
torch==1.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi I tried installing the necessary dependencies using
environment.yml
and it throws me the error discussed here (kornia/kornia#1290)I tried applying the fix which was to install
Kornia
from source using the commandpip install git+https://github.com/kornia/kornia
However it ended up installing
torch==1.9.1
as a dependency (environment.yml
in this repo has atorch==1.4
) and breaks the entire dependency tree.Is there a fix to get the most recent version of
Kornia
that's compatible with this code and withtorch==1.4.0
or any possible workarounds?The text was updated successfully, but these errors were encountered: