Too slow running code

Bug description:
Can´t run my code because of updaten and fail to import library.
CPU and RAM are constantly in red color.
Ridiculous delay

Expected vs Current Behavior:
Run normally and get an Ok code on my exercise
vs
 python3 main.py
Traceback (most recent call last):
File “/home/runner/boilerplate-demographic-data-analyzer/main.py”, line 2, in
import demographic_data_analyzer
File “/home/runner/boilerplate-demographic-data-analyzer/demographic_data_analyzer.py”, line 1, in
import pandas as pd
ModuleNotFoundError: No module named ‘pandas’

Steps to reproduce:
I imported(demographic_data_analyzer) an exercise from Git at freecodecamp: Data analysis with Python.
I built my code locally because neede to check some codes before. Then I pasted the code into replit tab and fix for indenntation issues.
After that each time I run the main code replit try to update some feauters and then says:
Pandas is not a module (In Python)

Bug appears at this link: https://replit.com/@ManuMap/boilerplate-demographic-data-analyzer#demographic_data_analyzer.py

Screenshot(s)/Screen Recording:
image

Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@ManuMap

That post is your fix :slight_smile:

2 Likes

Thansk!
After doing what you posted stilla had a problem with pandas.
I installed pandas on the shell and problem solved.

Thanks a lot :wink:

1 Like

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