Error when running the code (unable to read .replit:)

Thanks for replying!

Yes, I imported directly from GitHub… It seems that the same error is showing up in the last two projects of the course (previous projects that are also in my Repl folder ran normally). I made a post on the freeCodeCamp forum but so far I haven’t gotten a response.

EDIT: I took a look at the file you commented and compared it with a previous project that ran, and there really is a huge difference in the code.

I copied and pasted it and ran it, it seems that the testing was activated. As I imported again, my code does not appear in the file, but in a few hours I will be on the computer that has my code and I will try to execute it, and then I will return here.

I noticed that the error message did not appear. The following appeared, but I think it is now a configuration issue, once I enter my code I’ll take a look at that too::

Traceback (most recent call last):
File “main.py”, line 2, in
import time_series_visualizer
File “/home/runner/boilerplate-page-view-time-series-visualizer/time_series_visualizer.py”, line 1, in
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named ‘matplotlib’

Looks like it will work!!

Thanks a lot for your attention!

1 Like