-
Notifications
You must be signed in to change notification settings - Fork 9
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
package version #8
Comments
Hi, this is indeed very odd. Could you provide me with the exact error? |
I see you are using anaconda. This could be the problem because according to the Kornia release notes it should support Python 3.8. If it really does not work, you can try to use newer versions of Kornia. However, there might be problems with the If you use the provided Dockerfile to build a docker container, it should work. If not I'll have to take a closer look but this might take some time. |
Thanks a lot! I will try the Dockerfile way! |
Hi!
I want to train an autoencoder, and run the train_code_finder.py code. In your README.md, the python version should be >=3.8, while in your requirements.txt you need kornia==0.3.1. This is kind of confusing when I tried to install kornia==0.3.1 and found kornia==0.3.1 did not support python>=3.8.0. So what am I missing, or what can I do to make it work?
Thank you very much!
The text was updated successfully, but these errors were encountered: