When I go to run my Flask app through pythonanywhere, I keep getting the error "no module named emoji". At the top of my app, I do have "import emoji", and the app runs with no errors on my local machine. For some reason, this is the only module giving me problems. If I remove the emoji module from the code, everything runs fine. Any idea why this would be? I've been using Python 3.6 and Flask 0.12.
Thanks!