This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Description
I tried to add OpenCV 2.4.11 to the conda-requirements.txt for installing but I just keep getting this after git push heroku master.
remote: -----> Installing dependencies using Conda
remote: Fetching package metadata .......
remote: Solving package specifications: .
remote:
remote:
remote: PackageNotFoundError: Package not found: '' Package missing in current linux-64 channels:
remote: - opencv 2.4.11
remote:
remote: You can search for packages on anaconda.org with
remote:
remote: anaconda search -t conda opencv
remote:
remote: You may need to install the anaconda-client command line client with
remote:
remote: conda install anaconda-client
remote:
remote: Note that you have pinned specs in /app/.heroku/miniconda/conda-meta/pinned:
remote:
remote: ['nomkl']
remote:
remote:
remote: ! Push rejected, failed to compile Python/Conda app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to sample-cv-flask.
remote:
To https://git.heroku.com/sample-cv-flask.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/sample-cv-flask.git'
But after I searched for OpenCV I found it for linux 64.
menpo/opencv | 2.4.11 | conda | linux-64, win-32, win-64, linux-32, osx-64