You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
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.
So I recommend to use Docker container. You can make Dockerfile for your application easily by inheriting the continuumio/miniconda (or continuumio/miniconda3) Docker file (here is ContinuumIO's official dockerfiles). Here is my Dockerfile.
I tried to add OpenCV 2.4.11 to the
conda-requirements.txt
for installing but I just keep getting this aftergit push heroku master
.But after I searched for OpenCV I found it for linux 64.
The text was updated successfully, but these errors were encountered: