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.


    Where is pip package manager ?

    Pythonista
    pip
    3
    5
    1439
    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.
    • uglybug
      uglybug last edited by

      how do you install the PIP manager ?
      i am not familiar with Pythonista just yet.

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

        First, understand that the Pythonista environment is a somewhat limited version of python. You get a full python interpreter, however any modules which are not written in pure python cannot be installed. Pythonista comes with numpy, matplotlib, and a few others, but if you are looking for scipy, pandas or the like, don't even try, it won't work.

        You should install stash
        https://github.com/ywangd/stash

        That is like bash, and includes a version of pip. Again, don't try to install non pure py modules.

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

          @JonB
          thank you for your help.
          could you tell me how to know if a package meets the ‘pure python’ criteria, other than trial & error ?

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

            For a GitHub repo, look for Languages at the bottom of the right column. If that list only includes Python then that is a good sign.
            https://github.com/pygame/pygame

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

              thank you

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