Resolving dependencies taking forever (or at least over 5 hours)

Ah, that’s a separate issue. Replit (by default) expects your main file to be called main.py. In your case, it’s called degrees.py, you can either rename it to main.py, or follow this:

Click the next to “Files” then click “Show hidden files”. Next click on the .replit file and finally you can change the entrypoint to whatever file you want to run.

Images

Dots

Show hidden files

edited

You should also see the docs on how to configure a Repl: https://docs.replit.com/programming-ide/configuring-repl

And if you want to run the last edited file, take a look at this post:

If you’re on the new template, you might not have a entrypoint set, if that’s the case, you can just add one.

1 Like