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.


    Stash pip update ...

    Pythonista
    4
    4
    4311
    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.
    • markhamilton1
      markhamilton1 last edited by

      Is anyone else experiencing an error with Stash when using pip update?

      I am trying to update a number of the modules in Pythonista and when I use pip update I get an error.

      As an example I am trying to run:

      pip update certifi

      and I get the error:

      Error: package not installed: certifi

      however it IS installed, but is an old version.

      Thanks for any input.

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

        @markhamilton1 you might try either deleting certifi out of site-packages, or do pip install instead. At some point stash was changed to use a different site-packages, so might be looking in the wrong one. Or, specify the --directory argument.

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

          @markhamilton1 If you are running on StaSh v0.7.0 or newer, the default package installation directory has changed. If you want to update the old packages, add -6 to the command (e.g. pip -6 update certifi).

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

            Make sure that stash has the ability to overwrite the existing version. Make sure stash is updating the correct directory, and then maybe rename the existing version or delete it.

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