I want to install opencv in anaconda on windows and I tried bunch of ways but I could not install it my last attempt is :
conda install -c https://conda.binstar.org/menpo opencv
and i get :
Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... failed
Note: you may need to restart the kernel to use updated packages.
and after that :
WARNING conda.base.context:use_only_tar_bz2(632): Conda is constrained to only using the old .tar.bz2 file format because you have conda-build installed, and it is <3.18.3. Update or remove conda-build to get smaller downloads and faster extractions.
UnsatisfiableError: The following specifications were found to be incompatible with each other:
- anaconda==2019.03=py37_0 -> h5py==2.9.0=py37h5e291fa_0 -> hdf5[version='>=1.10.4,<1.10.5.0a0']
- anaconda==2019.03=py37_0 -> importlib_metadata==0.8=py37_0 -> zipp[version='>=0.3.2']
- h5py -> hdf5[version='>=1.10.4,<1.10.5.0a0']
- hdf5
- pkgs/main/win-64::importlib_metadata==0.8=py37_0 -> zipp[version='>=0.3.2']
- pkgs/main/win-64::path.py==11.5.0=py37_0 -> importlib_metadata[version='>=0.5']
- pkgs/main/win-64::zipp==0.3.3=py37_1
- pytables -> hdf5[version='>=1.10.4,<1.10.5.0a0']