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











up vote
0
down vote

favorite












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










share|improve this question




























    up vote
    0
    down vote

    favorite












    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










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      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










      share|improve this question















      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







      pip pymatgen






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 22 at 19:15

























      asked Nov 22 at 3:18









      Z.Grey

      979




      979
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          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.






          share|improve this answer





















          • I installed pymatgen but when I impoert it from python I have this ModuleNotFoundError 'from pymatgen.borg.hive import VaspToComputedEntryDrone Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pymatgen.borg'' What do you suggest me? (I add this error to the question as well as a jpg)
            – Z.Grey
            Nov 22 at 19:16








          • 1




            borg is in pymatgen.apps and hive is in pymatgen.apps.borg so from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – phd
            Nov 22 at 20:25










          • Thank you so much it did work from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – Z.Grey
            Nov 23 at 0:46











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53423391%2fpymatgen-installing-modules-pymatgen-apps-borg-queen%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          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.






          share|improve this answer





















          • I installed pymatgen but when I impoert it from python I have this ModuleNotFoundError 'from pymatgen.borg.hive import VaspToComputedEntryDrone Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pymatgen.borg'' What do you suggest me? (I add this error to the question as well as a jpg)
            – Z.Grey
            Nov 22 at 19:16








          • 1




            borg is in pymatgen.apps and hive is in pymatgen.apps.borg so from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – phd
            Nov 22 at 20:25










          • Thank you so much it did work from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – Z.Grey
            Nov 23 at 0:46















          up vote
          0
          down vote













          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.






          share|improve this answer





















          • I installed pymatgen but when I impoert it from python I have this ModuleNotFoundError 'from pymatgen.borg.hive import VaspToComputedEntryDrone Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pymatgen.borg'' What do you suggest me? (I add this error to the question as well as a jpg)
            – Z.Grey
            Nov 22 at 19:16








          • 1




            borg is in pymatgen.apps and hive is in pymatgen.apps.borg so from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – phd
            Nov 22 at 20:25










          • Thank you so much it did work from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – Z.Grey
            Nov 23 at 0:46













          up vote
          0
          down vote










          up vote
          0
          down vote









          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.






          share|improve this answer












          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 22 at 7:38









          phd

          20.3k52442




          20.3k52442












          • I installed pymatgen but when I impoert it from python I have this ModuleNotFoundError 'from pymatgen.borg.hive import VaspToComputedEntryDrone Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pymatgen.borg'' What do you suggest me? (I add this error to the question as well as a jpg)
            – Z.Grey
            Nov 22 at 19:16








          • 1




            borg is in pymatgen.apps and hive is in pymatgen.apps.borg so from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – phd
            Nov 22 at 20:25










          • Thank you so much it did work from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – Z.Grey
            Nov 23 at 0:46


















          • I installed pymatgen but when I impoert it from python I have this ModuleNotFoundError 'from pymatgen.borg.hive import VaspToComputedEntryDrone Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pymatgen.borg'' What do you suggest me? (I add this error to the question as well as a jpg)
            – Z.Grey
            Nov 22 at 19:16








          • 1




            borg is in pymatgen.apps and hive is in pymatgen.apps.borg so from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – phd
            Nov 22 at 20:25










          • Thank you so much it did work from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
            – Z.Grey
            Nov 23 at 0:46
















          I installed pymatgen but when I impoert it from python I have this ModuleNotFoundError 'from pymatgen.borg.hive import VaspToComputedEntryDrone Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pymatgen.borg'' What do you suggest me? (I add this error to the question as well as a jpg)
          – Z.Grey
          Nov 22 at 19:16






          I installed pymatgen but when I impoert it from python I have this ModuleNotFoundError 'from pymatgen.borg.hive import VaspToComputedEntryDrone Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pymatgen.borg'' What do you suggest me? (I add this error to the question as well as a jpg)
          – Z.Grey
          Nov 22 at 19:16






          1




          1




          borg is in pymatgen.apps and hive is in pymatgen.apps.borg so from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
          – phd
          Nov 22 at 20:25




          borg is in pymatgen.apps and hive is in pymatgen.apps.borg so from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
          – phd
          Nov 22 at 20:25












          Thank you so much it did work from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
          – Z.Grey
          Nov 23 at 0:46




          Thank you so much it did work from pymatgen.apps.borg.hive import VaspToComputedEntryDrone
          – Z.Grey
          Nov 23 at 0:46


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53423391%2fpymatgen-installing-modules-pymatgen-apps-borg-queen%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Sphinx de Gizeh

          Dijon

          Determine an Integral..