Pymatgen- Installing modules [pymatgen.apps.borg.queen]

763 Views Asked by At

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 enter image description here 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

1

There are 1 best solutions below

3
On

There is no pymatgen.borg.queen at PyPI. You need to install pymatgen:

pip install pymatgen

The detailed installation instructions are at http://pymatgen.org/#getting-pymatgen

After installation use pymatgen.apps.borg.queen.