geoffroychaussonnet / script_to_monitor_Covid19

Python scripts to monitor Covid-19
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

dependence on pathlib #6

Closed geoffroychaussonnet closed 4 years ago

geoffroychaussonnet commented 4 years ago

It seems that pathlib is not installed by default with a "typical python" installation: ImportError: No module named pathlib

If it is not a sub-library of matplotlib, numpy or pandas, it should be mentioned in the requirements

jferard commented 4 years ago

It's strange: pathlib module exists since python 3.4:

Python 3.6.9 (default, Nov  7 2019, 10:44:02) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pathlib
>>> 
geoffroychaussonnet commented 4 years ago

My bad : i had this problem with Python 2.7, which is not supposed to be used with the scripts.