gcerretani / antenati

Tools to download data from Portale Antenati
MIT License
27 stars 9 forks source link

ModuleNotFoundError certifi #17

Closed sergiococchi closed 1 year ago

sergiococchi commented 1 year ago

Despite requirements installation: ant

On Windows 11.

Thanks a lot for your work!

Sergio

sergiococchi commented 1 year ago

Found a solution: everything works after this update

import sys sys.path.append('/Users/.../AppData/Local/Programs/Python/Python311/Lib/site-packages/')