Error: “ImportError: libpython3.9.so.1.0: Cannot Open Shared Object File” When Deploying OpenVINO™ Toolkit via Heroku*
Content Type: Error Messages | Article ID: 000089237 | Last Reviewed: 05/20/2022
Unable to deploy OpenVINO™ Toolkit via Heroku:
ImportError: libpython3.9.so.1.0: cannot open shared object file: No such file or directory
Add runtime.txt file to the app’s root directory to specify Python runtime:
python-3.9.1
Add an Aptfile file to app’s root directory to specify custom repositories:
libpython3.9