Hi All,
I am trying to publish my dash app to heroku, the code works fine if it runs on the local server, however once I try to deploy it via “git push heroku master”, an error returns stating “no module pyodbc” (although I do not import in in my code), once I run a pip install pyodbc the push command returns multiple errors.
any help will be greatly appreciated.
3 posts - 2 participants