Pandas in Replit

Data Analysis with Python course, first Pandas coursework exercise.
Attempting to run the boilerplate before even starting working the exercise.
This error is not promising!
Any clues please?

 python main.py
Traceback (most recent call last):
  File "main.py", line 2, in <module>
    import demographic_data_analyzer
  File "/home/runner/Courseworkdemographic-data-analyzer/demographic_data_analyzer.py", line 1, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'

OK, quit out of Replit, open the exercise again, all works fine now.
Replit just having a slow start.

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