it is a very basic question but I stuck it.
I have installed pymatgen and following this phase diagram tutorial. WHen I try to import pymatgen.borg it gives me an error
I guess I need to install pymatgen.borg so to install pymatgen.borg.queen module I used these commands
python -m pip install pymatgen.borg.queen
But it does not work and I am getting this error
Could not find a version that satisfies the requirement pymatgen.borg.queen (from versions: )
No matching distribution found for pymatgen.borg.queen
I have the latest version of python (3.6.5) and pip is upgraded. I tried these names after pip install and so far, none of them have worked: pymatgen.borg, pymatgen.borg.queen,pymatgen.apps.borg.queen, BorgQueen AbstractDrone(It is like a name of the module)
Here is the link of the Borgqueen module If you help me I really appreciate that
There is no pymatgen.borg.queen at PyPI. You need to install
pymatgen
:The detailed installation instructions are at http://pymatgen.org/#getting-pymatgen
After installation use
pymatgen.apps.borg.queen
.