You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/aironman/gitProjects/COVID-19-Analytics/spain/madrid.py", line 13, in
from utils import plotSubchart
ModuleNotFoundError: No module named 'utils'
Before that, I had to change requirements.txt file.
/Users/aironman/gitProjects/COVID-19-Analytics> bat requirements.txt 11:29 aironman@MacBook-Pro-de-Alonso
───────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: requirements.txt
───────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ pandas>=0.25.3
2 │ urllib3>=1.25.8
3 ~ │ requests>==2.23.0 ---> originally it was named 'request'
4 │ seaborn>=0.10.0
5 │ tabula_py>=2.1.0
6 │ matplotlib>=3.1.2
7 │ numpy>=1.18.2
8 │ scikit_learn>=0.22.2.post1
9 │ scipy>=1.4.1
10 │ tabula>=1.0.5
The text was updated successfully, but these errors were encountered:
Hi Carlos, i have just tried to run the main script, but:
/Users/aironman/gitProjects/COVID-19-Analytics> python3 spain/madrid.py 11:27 aironman@MacBook-Pro-de-Alonso
Traceback (most recent call last):
File "/Users/aironman/gitProjects/COVID-19-Analytics/spain/madrid.py", line 13, in
from utils import plotSubchart
ModuleNotFoundError: No module named 'utils'
Before that, I had to change requirements.txt file.
/Users/aironman/gitProjects/COVID-19-Analytics> bat requirements.txt 11:29 aironman@MacBook-Pro-de-Alonso
───────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: requirements.txt
───────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ pandas>=0.25.3
2 │ urllib3>=1.25.8
3 ~ │ requests>==2.23.0 ---> originally it was named 'request'
4 │ seaborn>=0.10.0
5 │ tabula_py>=2.1.0
6 │ matplotlib>=3.1.2
7 │ numpy>=1.18.2
8 │ scikit_learn>=0.22.2.post1
9 │ scipy>=1.4.1
10 │ tabula>=1.0.5
The text was updated successfully, but these errors were encountered: