-
Notifications
You must be signed in to change notification settings - Fork 180
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
Import error - libopencv_impgproc missing #346
Comments
Hi @GooseIt ! Can you try instaling opencv 4.5.2 instead of the latest version? |
Hi there, @GooseIt did you manage to solve the issue? I was able to solve it by installing Here is my full environment.yaml file:
@andrewilyas I also tried with Thank you |
I am running into this issue today with latest build: |
I am running into this issue as well. Any suggestions for fix @andrewilyas? |
Hi @arnaghosh. No, it does not happen in my case.
using I tried installing the environment on different machines and it always worked for me. Unfortunately, I still have no idea about the cause of the error, so I can't help on that. |
Hi @SerezD, Thank you so much. Can I ask you which pytorch version you are using? |
Without further indications in the environment file, it will attempt to install the latest version of pytorch. For example, in one of my local environments it installed |
Thanks again @SerezD. |
Update: The solution proposed by @SerezD worked for me! 🎉 Thanks a lot! These are the steps that worked for me, in case anyone else finds this list helpful:
|
I've installed
ffcv
library and I get the following error on lineimport ffcv
:I've tried running
conda remove opencv && conda install opencv
andpip install -U ffcv
.I've also tried solutions suggested here - #329 (comment).
Nothing changed. Please help fixing the issue.
It seems there was an issue like mine - #136. However, it was solved by Slack in February 2022, and ffcv Slack server does not hold messages more than 90 days of age. If you know which solution worked there, I'm happy to hear it.
The text was updated successfully, but these errors were encountered: