Failed to build setup.py on Arch Linuxlxml with custom install location for libxml2/libxslt doesn't find...

Modeling the Round (Nearest Integer) function

The use of SlotSequence in If[#1 > #2, ##] &

Why doesn't the nucleus have "nucleus-probability cloud"?

Is this a new characteristic function for the primes?

Why is the limit e and not 1?

Can I reproduce this in Latex

Can I exit and reenter a UK station while waiting for a connecting train?

Was Hitler exclaiming "Heil Hitler!" himself when saluting?

Does Turkey make the "structural steel frame" for the F-35 fighter?

How to get to Antarctica without using a travel company

Is the phrase “You are requested” polite or rude?

Would a spacecraft carry arc welding supplies?

FPGA starts working after irrelevant changes, why?

Is using a photo reference for pose fair use?

Visualize a large int

How can I seal 8 inch round holes in my siding?

What are these objects near the Cosmonaut's faces?

Repair drywall and protect wires on back of electrical panel

Stamp of electrical department on letter head of recommendation letter

How can a stock trade for a fraction of a cent?

Let A, B and C be three sets. If A ∈ B and B ⊂ C, is it true that A ⊂ C?. If not, give an example.

Is Uralic Possibly a Branch of the Indo-European Branch?

Do any languages mark social distinctions other than gender and status?

What exactly is meant by "partial function" in functional programming?



Failed to build setup.py on Arch Linux


lxml with custom install location for libxml2/libxslt doesn't find correct location'NoneType' object has no attribute 'decompressobj' while installing Bootstrap setuptoolsHow to specify the python path for pip?How to install PyGUI for Python3?How Troubleshoot Failed Installation of pywfdb from pip?certbot and awscli require different versions of botocoreimport error fabric.apiUnable to install PIP on LinuxFailed to install ansible on CentOS 8






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}








0

















I currently installed Arch Linux and I want to install the wxPython module for Spyder3. I had problems installing it with pip. Therefore, I downloaded the wxpython tarball. Here are the steps which I followed:



cd Downloads
sudo tar -xvzf wxPython-4.0.6.tar.gz
cd wxpython-4.0.6



After that, I wanted to build the setup.py file, but I got this error:



python setup.py build
running build
WARNING: Building this way assumes that all generated files have been
generated already. If that is not the case then use build.py directly
to generate the source and perform the build stage. You can use
--skip-build with the bdist_* or install commands to avoid this
message and the wxWidgets and Phoenix build steps in the future.



"/usr/bin/python" -u build.py build
Traceback (most recent call last):
File "build.py", line 30, in <module>
import pathlib2
ModuleNotFoundError: No module named 'pathlib2'
Command '"/usr/bin/python" -u build.py build' failed with exit code 1.



I also tried python setup.py install, but I got here the same error.



Does anyone know how to fix it? All help is welcome.










share|improve this question







New contributor



antimatter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






























    0

















    I currently installed Arch Linux and I want to install the wxPython module for Spyder3. I had problems installing it with pip. Therefore, I downloaded the wxpython tarball. Here are the steps which I followed:



    cd Downloads
    sudo tar -xvzf wxPython-4.0.6.tar.gz
    cd wxpython-4.0.6



    After that, I wanted to build the setup.py file, but I got this error:



    python setup.py build
    running build
    WARNING: Building this way assumes that all generated files have been
    generated already. If that is not the case then use build.py directly
    to generate the source and perform the build stage. You can use
    --skip-build with the bdist_* or install commands to avoid this
    message and the wxWidgets and Phoenix build steps in the future.



    "/usr/bin/python" -u build.py build
    Traceback (most recent call last):
    File "build.py", line 30, in <module>
    import pathlib2
    ModuleNotFoundError: No module named 'pathlib2'
    Command '"/usr/bin/python" -u build.py build' failed with exit code 1.



    I also tried python setup.py install, but I got here the same error.



    Does anyone know how to fix it? All help is welcome.










    share|improve this question







    New contributor



    antimatter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.


























      0












      0








      0








      I currently installed Arch Linux and I want to install the wxPython module for Spyder3. I had problems installing it with pip. Therefore, I downloaded the wxpython tarball. Here are the steps which I followed:



      cd Downloads
      sudo tar -xvzf wxPython-4.0.6.tar.gz
      cd wxpython-4.0.6



      After that, I wanted to build the setup.py file, but I got this error:



      python setup.py build
      running build
      WARNING: Building this way assumes that all generated files have been
      generated already. If that is not the case then use build.py directly
      to generate the source and perform the build stage. You can use
      --skip-build with the bdist_* or install commands to avoid this
      message and the wxWidgets and Phoenix build steps in the future.



      "/usr/bin/python" -u build.py build
      Traceback (most recent call last):
      File "build.py", line 30, in <module>
      import pathlib2
      ModuleNotFoundError: No module named 'pathlib2'
      Command '"/usr/bin/python" -u build.py build' failed with exit code 1.



      I also tried python setup.py install, but I got here the same error.



      Does anyone know how to fix it? All help is welcome.










      share|improve this question







      New contributor



      antimatter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I currently installed Arch Linux and I want to install the wxPython module for Spyder3. I had problems installing it with pip. Therefore, I downloaded the wxpython tarball. Here are the steps which I followed:



      cd Downloads
      sudo tar -xvzf wxPython-4.0.6.tar.gz
      cd wxpython-4.0.6



      After that, I wanted to build the setup.py file, but I got this error:



      python setup.py build
      running build
      WARNING: Building this way assumes that all generated files have been
      generated already. If that is not the case then use build.py directly
      to generate the source and perform the build stage. You can use
      --skip-build with the bdist_* or install commands to avoid this
      message and the wxWidgets and Phoenix build steps in the future.



      "/usr/bin/python" -u build.py build
      Traceback (most recent call last):
      File "build.py", line 30, in <module>
      import pathlib2
      ModuleNotFoundError: No module named 'pathlib2'
      Command '"/usr/bin/python" -u build.py build' failed with exit code 1.



      I also tried python setup.py install, but I got here the same error.



      Does anyone know how to fix it? All help is welcome.







      command-line arch-linux python






      share|improve this question







      New contributor



      antimatter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor



      antimatter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      antimatter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 19 mins ago









      antimatterantimatter

      1




      1




      New contributor



      antimatter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      antimatter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          0






          active

          oldest

          votes













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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/4.0/"u003ecc by-sa 4.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
          });


          }
          });







          antimatter is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded
















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546612%2ffailed-to-build-setup-py-on-arch-linux%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown


























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          antimatter is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded

















          antimatter is a new contributor. Be nice, and check out our Code of Conduct.













          antimatter is a new contributor. Be nice, and check out our Code of Conduct.












          antimatter is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f546612%2ffailed-to-build-setup-py-on-arch-linux%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

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...