aiidateam / aiida-wannier90-workflows

A collection of advanced automated workflows to compute Wannier functions using AiiDA and the Wannier90 code
http://aiida-wannier90-workflows.readthedocs.io/
Other
16 stars 16 forks source link

Unable to install pip install -e . inside aiida work flow #15

Open saransha-443 opened 2 years ago

saransha-443 commented 2 years ago

Dear Sir/Madam,

Inside the aiida workflow, pip install -e . command gives an error message of " ERROR: Package 'aiida-wannier90-workflows' requires a different Python: 3.7.13 not in '>=3.8'. I am not able understand what is the problem and how to get rid of this error.

Looking forward to any kind suggestions.

Thanking you.

Warm regards Saransha Mohanty

qiaojunfeng commented 2 years ago

Support for python 3.7 has been dropped, please update your python to >= 3.8.

saransha-443 commented 2 years ago

Thank you very much. Just reinstalled it with python3.8 -m venv ~/envs/aiida and so on. It worked. Thank you again :)