How to use OpenCV with Heroku

后端 未结 5 1779
渐次进展
渐次进展 2020-12-09 06:07

When I attempt to deploy my application to Heroku I receive the following error:

File \"/app/project/app/_ _init__.py\", line 22, in 

        
5条回答
  •  渐次进展
    2020-12-09 06:49

    you should install libsm6 and libxext6, run

    $ sudo apt-get install -y libsm6 libxext6
    

    but, since heroku doesn't provide root access, sort answer, you can't do that. you can choose another provider like Google Cloud Platform or AWS

    cmiiw

提交回复
热议问题