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.


    Unable to use pandas

    Pythonista
    4
    4
    5829
    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.
    • uncompleted
      uncompleted last edited by

      Hello, I've installed pandas via stash
      After importing it, it said this version of pandas is incompatible with numpy <1.9.0, your numpy version is 1.8.0
      Then I pip installed numpy via stash, but the error message still showed.
      It seems that it always check the system's library first and it cannot be deleted or moved.

      Could anyone help me fix this problem? Many thanks!

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

        https://www.google.com/search?q=pandas+site:forum.omz-software.com

        1 Reply Last reply Reply Quote 1
        • Ti Leyon
          Ti Leyon last edited by

          @uncompleted if you want to use pandas while on the move you should get yourself an Android device if you do not already own one. It does not seem that pandas is coming to Pythonista anytime soon. Meanwhile, the recent release of Pydroid 3 on the Android platform is a free, full featured python 3.6 implementation that includes PIP, Kivy and Pyqt5. You can use PIP to download most of the modules available on desktops including Pandas, Numpy, Scipy, Matplotlib, Scikit-learn, Jupyter etc... The only interesting modules that are not yet compatible seem to be Tensorflow and OpenCV. Of course Tkinter is not included but personally I do not think it is a big loss. By the way you may buy the Huawei MediaPad M3 8.0 for about US $200.00 on Amazon. This is a 2.3 Gz Octa Core device that easily outperforms the iPad mini 4. For scripts that includes modules available in Pythonista you may even bridge the UIs so you do not have to rewrite your codes. Here is an example showing one way to go about it: https://forum.omz-software.com/topic/4307/graphics-agnostic-python-gap.

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

            Very useful on an iOS app forum indeed! Get android, and sell your all personal data including code to G*

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