Scientific Computing with Python Projects - Time Calculator

Tell us what’s happening:
Describe your issue in detail here.

When trying to run the boilerplate-time-calculator code on replit, it cannot find the module ‘setuptools’. I cannot figure out how to add it? import setuptools doesn’t work and there is no option to add packages like it says there would be in the replit documentation.

Your code so far

Nothing works even with a null return, but here is a link to the code:

code template for challenge

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Scientific Computing with Python Projects - Time Calculator

Link to the challenge:

That module shouldn’t be used in this project, somehow it got into the command used to start project.

In .replit file (this file is hidden, you might need to press three dots at the right of files panel and pick option to show hidden files), change the run command to the following:

run = "python main.py"
1 Like

can you share them link ??

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