pip install error
No matter what module I try to install I get an error for “idna”
[~/Documents]$ pip install --upgrade requests /private/var/mobile/Containers/Shared/AppGroup/1179C4AE-0463-4F8E-A669-A74085038EBD/Pythonista3/Documents/site-packages-3/requests/init.py:91: RequestsDependencyWarning: urllib3 (1.14) or chardet (3.0.2) doesn't match a supported version! RequestsDependencyWarning) stash: <class 'ModuleNotFoundError'>: No module named 'idna'
This occurs with any pip install.
see https://github.com/ywangd/stash/issues/279
you cannot upgrade requests. pythonista comes a version, be happy with that version. delete requests, idna, chardet, etc that you have in site-packages or site-packages-3
see https://github.com/ywangd/stash/issues/279
you cannot upgrade requests. pythonista comes with a version, be happy with that version. delete requests, idna, chardet, etc that you have in site-packages or site-packages-3
Yea okay, thanks for the advice. I am trying to install any package. Any pip install tells me this error message about idna. This was just the last command I tried.