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

Kornia and PyTorch dependency issue in Ubuntu #39

Open
demiahmed opened this issue Feb 6, 2023 · 0 comments
Open

Kornia and PyTorch dependency issue in Ubuntu #39

demiahmed opened this issue Feb 6, 2023 · 0 comments

Comments

@demiahmed
Copy link

demiahmed commented Feb 6, 2023

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 command 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.

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?

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

1 participant