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.


    How to update sympy on ios

    Pythonista
    2
    3
    2693
    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.
    • twotoed
      twotoed last edited by

      Hi,

      I'm a beginner, just learning Python through the book 'Doing math with python' using Pythonista on my ipad and have run into the problem that some of the functions mentioned in the book aren't valid in my current version of sympy (0.7).

      Is there any way to update my sympy library to version 1.2 in Pythonista for ios?

      Any help would be appreciated.

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

        @twotoed, see this thread.

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

          Thanks for that. I think I've now managed to update to the latest version.

          Just in case anyone else wants to do something similar in future, here's what I did:
          Installed stash: here
          Then in stash: pip install sympy
          There seemed to be a few error messages but checking the version using: import sympy ; print(sympy.__version__) seems to show the latest version so that's great.

          Again, thanks for the help.

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