Hello
I was trying to reproduce the DOS for Al but I got the following errors when running the plot_vacf.py code
ModuleNotFoundError: No module named ‘dynasor_pytools’
I tried to install the module using pip3.8 and also pip3.9 but it showed the following errors
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement dynasor_pytools (from versions: none)
ERROR: No matching distribution found for dynasor_pytools
Could you please tell me how to fix this?
Thank you