-
Notifications
You must be signed in to change notification settings - Fork 61
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
OpenCV and caffe builds compatible with anaconda 4.3.0 #82
Comments
There is also rc4 version of caffe released recently https://github.com/BVLC/caffe/releases and opencv too: https://github.com/opencv/opencv/releases |
Thanks, we'll be sure to pick up the jpeg update with the update of both of those packages. I'll try to get to this by the end of the week. |
@183amir sorry, I have been swamped with contract work. I have not gotten to this yet. I'll try to get to this soon. I know how important deep learning is to people, but the bills have to get paid first, so to speak. |
Hi, sorry to ping again. Can I do anything to help this be solved? Thanks. |
@183amir |
I would like to create an environment with
anaconda 4.3.0
and some other packages (caffe
andopencv
) which we would use to develop bob at idiap (https://www.idiap.ch/software/bob/) but as the new version of anaconda has updated its dependencies, the rest of the stack here has not been updated. To be precise,anaconda 4.3.0
depends onjpeg 9
whileopencv
still usesjpeg 8
andanaconda 4.3.0
depends onmkl 2017.0.1
whilecaffe
depends onmkl 11.3.3
.It would be great if Continuum could release a new version of these packages too which would be compatible with the newest version of
anaconda
.I have also opened a pull request here: #80 which would update opencv to use jpeg 9. If needed, I can open another one to update caffe's dependencies.
ping @anjos
The text was updated successfully, but these errors were encountered: