I have recently upload a project of mine on pythonanywhere. I have installed everything right I am pretty sure of it. But, for some reason it doesn't found some modules and throws error which are:
-
012 File "//home//stonefundbot//stonefunding//stonefundingapp//bot.py", line 4, in <module>#012 from webdriver_manager.chrome import ChromeDriverManager#012ModuleNotFoundError: No module named 'webdriver_manager'
-
012 File "//home//stonefundbot//stonefunding//stonefundingapp//bot.py", line 3, in <module>#012 from requests_html import HTMLSession, AsyncHTMLSession#012ModuleNotFoundError: No module named 'requests_html'
I have also done pip freeze to see whether they exists or not and they do exists. Pip freeze output: appdirs==1.4.4 argon2-cffi==20.1.0 asgiref==3.3.2 beautifulsoup4==4.9.3 bs4==0.0.1 certifi==2020.12.5 cffi==1.14.5 chardet==4.0.0 colorama==0.4.4 configparser==5.0.2 crayons==0.4.0 cssselect==1.1.0 Django==3.2.3 fake-useragent==0.1.11 idna==2.10 lxml==4.6.2 parse==1.19.0 pycparser==2.20 pyee==8.1.0 pyppeteer==0.2.5 pyquery==1.4.3 pytz==2021.1 requests==2.25.1 requests-html==0.10.0 selenium==3.141.0 six==1.15.0 soupsieve==2.2 sqlparse==0.4.1 tqdm==4.59.0 urllib3==1.26.4 w3lib==1.22.0 webdriver-manager==3.3.0 websockets==8.1
Please help me to solve this issue.