The main module file does not exist. Error during processing dependencies

I couldn’t deploy my app. I was using Anaconda to make the virtual environment using Python 3.11.0 and Streamlit 1.31.1. This is the error message :

[07:24:30] πŸ–₯ Provisioning machine...
[07:24:30] πŸŽ› Preparing system...
[07:24:30] β›“ Spinning up manager process...
[07:24:31] πŸš€ Starting up repository: 'bikesharing-williamdevin', branch: 'main', main module: 'dashboard\dashboard.py'
[07:24:31] πŸ™ Cloning repository...
[07:24:32] πŸ™ Cloning into '/mount/src/bikesharing-williamdevin'...
Warning: Permanently added the ED25519 host key for IP address '192.30.255.113' to the list of known hosts.
[07:24:32] πŸ™ Cloned repository!
[07:24:32] πŸ™ Pulling code changes from Github...
[07:24:33] ❗️ The main module file does not exist: /mount/src/bikesharing-williamdevin/dashboard\dashboard.py
[07:24:33] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[07:26:11] ❗️ Streamlit server consistently failed status checks
[07:26:11] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.

This is my repository : GitHub - WilliamDevin23/BikeSharing-WilliamDevin: Dashboarding and Exploratory Data Analysis for Bike Sharing Dataset

Please, I need assist

The main script shoudl be dashboard/dashboard.py.

Thanks. I’ve solved it. :grin:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.