omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Installing additional Python Packages

    Pythonista
    2
    2
    1424
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rshankle
      rshankle last edited by

      I could not find how to install other Python Packages, such as
      D-wave, pyMC3, etc.
      I read documentation but did not find pip.py or setup.py in Pythonista,
      And it was not clear from the Python Package site whether pip works for IOS devices such as IPAD or IPhone
      Do uninstalled Python Packages work on Pythonista?
      If so, please advise how to install them?
      Thank you very much
      Bill Shankle

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        First, note that iOS has a lot of limitations, and you will NOT be able to install pyMC3 or anything else that requires C.
        Pythonista comes with numpy matplotlib, and a few others, but anything that requires compiling that is not included cannot be run.

        That said, you can install pure python modules, if you first install

        http://GitHub.com/ywangd/stash

        See the readme for how to install. This will give you a simplified pip version that works with most pure python modules.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors