You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/zhangkuixun/pythonforandroid/pythonforandroid/toolchain.py", line 11, in
from pythonforandroid.build import DEFAULT_NDK_API, DEFAULT_ANDROID_API
File "/Users/zhangkuixun/pythonforandroid/pythonforandroid/build.py", line 10, in
import sh
ImportError: No module named sh
I tried to fix this error by installing sh, but when installing sh, I encountered "download error"
here is the download sh command output:
$ sudo easy_install sh
Password:
Searching for sh
Reading https://pypi.python.org/simple/sh/
Download error on https://pypi.python.org/simple/sh/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
Couldn't find index page for 'sh' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
No local packages or download links found for sh
error: Could not find suitable distribution for Requirement.parse('sh')
I use Mac, python 2.7
The text was updated successfully, but these errors were encountered:
I have a error:
I tried to fix this error by installing
sh
, but when installingsh
, I encountered"download error"
here is the download
sh
command output:I use Mac, python 2.7
The text was updated successfully, but these errors were encountered: