Forums

dash_bootstrap_components Module not found

I have used pip install in the bash console located in the /home directory to install dash_bootstrap_components. In my /.local folder dash_bootstrap_components is present. But when I run my app I get the error Module Not Found "dash_bootstrap_components".

Please advise how to properly use dash_bootstrap_components with pythonanywhere.

How are you running the app -- is it we website that you have configured on the "Web" page, or in a console, or something else? And which version of Python is the package installed for? You'll see that in the path you follow down from .local to see it.

Hello,

Thanks for your reply. I fixed it 5 mins later after posting. My app was using python 3.8 but the module was downloaded in Python 3.10. I just changed the app so it used 3.10 .

Excellent, glad you worked it out!