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.


    Anyone successfully install AWSCLI and/or Boto3 using Stash in recent times on iOS 13?

    Pythonista
    4
    4
    1552
    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.
    • dlow
      dlow last edited by

      While I have attempted to install the AWSCLI and Boto3, I have not been able to run either successfully. I have found a boto3 folder, post install, however boto3 —version returns command not found. While the AWSCLI appears successful after running pip install awscli, I cannot readily identify the location for the install. Anyone have steps or a reference to info that could assist?

      Thanks in advance,
      -d.

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

        @dlow said:

        I cannot readily identify the location for the install.

        I have no experience with boto3, but if you are looking for the package installation, it would be in ~/Documents/site-packages-{2,3}, depending on the interpreter you are using. To find the command location, use which <commandname>.

        pip also has a --verbose, which may help you debugging. I only took a quick look at boto3, but it seems like neither the wheel nor source distribution define any entrypoints, so no commands are added.

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

          https://forum.omz-software.com/search/Boto3?in=titlesposts
          https://forum.omz-software.com/search/awscli ?in=titlesposts

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

            @dlow, I would recommend using boto3 as a library instead if fighting with awscli, as command-line usage of about anything is not one of Pythonista’s strengths – not even a feature of the core product, really.

            (By library usage I mean creating small scripts for what you want to accomplish, by importing boto3 client classes and working with them.)

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