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.


    Missing dependencies

    Pythonista
    4
    6
    3183
    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.
    • Cyferfontein
      Cyferfontein last edited by

      I keep on getting a missing dependency error. From what I can the dependencies are not missing. E.g. I am getting an error indicating that numpy is missing.

      How do I fix this?

      mikael 1 Reply Last reply Reply Quote 0
      • mikael
        mikael @Cyferfontein last edited by

        @Cyferfontein, I have not encountered a similar issue. Which package are you trying to install or use?

        Always a good idea to include a full stack trace – that long list of cryptic info is often more revealing than you think.

        Cyferfontein 1 Reply Last reply Reply Quote 0
        • Cyferfontein
          Cyferfontein @mikael last edited by

          @mikael, the trace:
          Traceback (most recent call last):
          File "/private/var/mobile/Containers/Shared/AppGroup/5BFAF8BC-3F1C-41C6-A555-E45537B9DC2E/Pythonista3/Documents/Test/Practice.py", line 2, in <module>
          import pandas
          File "/private/var/mobile/Containers/Shared/AppGroup/5BFAF8BC-3F1C-41C6-A555-E45537B9DC2E/Pythonista3/Documents/site-packages-3/pandas/init.py", line 19, in <module>
          "Missing required dependencies {0}".format(missing_dependencies))
          ImportError: Missing required dependencies ['numpy']

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

            This is a very well known problem:

            pandas does not work in pythonista. You cannot install it.

            You may have also tried to install numpy, which is already installed and cannot be reinstalled. Go to your site-packages-3 and site-packages folder and delete any numpy folders you see.

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

              @JonB, thank you. I don’t get the numpy error anymore.
              Any idea when or if one might be able to use pandas in Pythonista?

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

                https://github.com/omz/Pythonista-Issues/issues/1

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