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.


    Cannot import numba

    Pythonista
    3
    3
    2790
    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.
    • econtp
      econtp last edited by

      Hello,

      I am new here in Python world.. I tried to run a sample code for learning, but got this message.

      Cannot import numba from current anaconda distribution. Please run conda install numba to install the latest version.

      How should I solve the problem?

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

        As far as I’m aware numba isn’t installed on Pythonista and can’t be installed.
        from what I understand numba makes python code run faster for data science, do you really need this on a iOS device?
        I have two suggestions.

        1. use a computer and ask the questions on stack overflow , they will be a lot more help for this

        2. use numpy, it’s installed on Pythonista

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

          i'm pretty sure that numba is not created in raw python, therefor it cannot be used with pythonista, especially if you are downloading it using stash.

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