-
Notifications
You must be signed in to change notification settings - Fork 150
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
Unable to install: RuntimeError: Python version >= 3.9 required. #175
Comments
Same issue here. The instructions don't say what folders to put the models and other downloaded files in |
This helped me solve the problem. |
I have shared the steps which worked for me in #186 . You can have a look at that if you are still stuck. |
Thanks. Are you on windows? I was having the opencv 4.1.2.30 issue so I will try out your solution and report back. Thanks |
I am on Ubuntu 18.04, with Nvidia 2080Ti |
I think the version of opencv-python is not so important. You may just install the latest version which can be installed in your environment. |
You also have to remove openCV from the install requirements file or it will keep looking for that specific version |
I used the installation instructions from the readme:
Everything works fine until the last command, which fails with the error:
Full Log
I tried changing the python version to 3.9:
Again everything works fine until the last command, but this time I get a different error:
Full Log
I then tried installing opencv-python 4.1.2.30 (https://pypi.org/project/opencv-python/4.1.2.30/) :
Unfortunately that also fails:
I am using Miniconda. I have tried it on both Windows 11 and Linux Mint 21.1 Cinnamon and I get the same issues on both. Am I missing something obvious?
I also have some unrelated questions:
hybrik_model(...)
?The text was updated successfully, but these errors were encountered: