Can someone please tell me how to resolve this error so I can deploy my app on Heroku?
Here's my requirements.txt file:
asgiref==3.5.2
dj-database-url==1.0.0
Django==4.1.1
django-extensions==3.2.1
django-on-heroku==1.1.2
gunicorn==20.1.0
psycopg2==2.9.4
psycopg2-binary==2.9.4
python-decouple==3.6
python-dotenv==0.21.0
sqlparse==0.4.2
tzdata==2022.2
whitenoise==6.2.0
When I run the instructions 'heroku run python manage.py migrate' at the command line I get the following error:
from msilib.schema import AdminExecuteSequence
ModuleNotFoundError: No module named 'msilib'