So when i try to run my heroku api by doing heroku ps i get the error below. and by looking at it heroku has some problems importing opencv which i find weird as it already installed it when i pushed the git. how do i allow heroku to import opencv?
2022-06-29T03:21:43.020891+00:00 app[web.1]: native_module = importlib.import_module("cv2")
2022-06-29T03:21:43.020891+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.10/importlib/__init__.py", line 126, in import_module
2022-06-29T03:21:43.020892+00:00 app[web.1]: return _bootstrap._gcd_import(name[level:], package, level)
2022-06-29T03:21:43.020892+00:00 app[web.1]: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
2022-06-29T03:21:43.021032+00:00 app[web.1]: [2022-06-29 03:21:43 +0000] [9] [INFO] Worker exiting (pid: 9)
2022-06-29T03:21:43.151897+00:00 app[web.1]: [2022-06-29 03:21:43 +0000] [4] [INFO] Shutting down: Master
2022-06-29T03:21:43.151941+00:00 app[web.1]: [2022-06-29 03:21:43 +0000] [4] [INFO] Reason: Worker failed to boot.
2022-06-29T03:21:43.307090+00:00 heroku[web.1]: Process exited with status 3
2022-06-29T03:21:43.377211+00:00 heroku[web.1]: State changed from starting to crashed