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 install not working

    Pythonista
    2
    4
    3856
    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

      Hi, I am running stash v0.7.1.

      I keep on getting this error related to the chardet module when trying to install a module:
      [~/Documents]$ pip install requests
      <class 'ModuleNotFoundError'>: No module named 'chardet'
      [~/Documents]$ pip install chardet
      <class 'ModuleNotFoundError'>: No module named 'chardet'

      Can anyone please assist me?

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

        Go into site-packages-3 or site-packages, and delete chardet, idna, requests.

        Force quit pythonista.

        Then, if you absolutely must have the latest version of requests (requests comes with pythonista already), type

        pip install requests
        pip install chardet
        pip install idna
        

        Those must be done within a single session of stash.

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

          Hi, I opted to reinstall Pythonista.

          The problem with crytopgraphy started again after I installed requests_ntlm.
          I deleted crytography from the site packages, restarted the app and tried to install crytography. I get the following error:
          [~/Documents]$ pip install crytopgraphy
          Querying PyPI ...
          Error: Failed to fetch package release urls
          [~/Documents]$

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

            i dont think you can install cryptography, as it is not pure python.

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