stash icon indicating copy to clipboard operation
stash copied to clipboard

pip install error

Open dyspop opened this issue 7 years ago • 3 comments

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.

dyspop avatar Jul 27 '18 16:07 dyspop

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

jsbain avatar Jul 28 '18 23:07 jsbain

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

jsbain avatar Jul 28 '18 23:07 jsbain

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.

dyspop avatar Jul 29 '18 00:07 dyspop