我正在使用qpython作为非root用户,我已经google了它,但所有建议都无法手动和使用pip ...我一直在收到错误......
当我同时使用时,我得到了错误:
来自pip控制台的pip install requests
和:
python控制台上的import pip
pip.main(['install','requests'])
错误类似于:
cannot fetch base url https://pypi.python.org/simple/
could not find any downloads that satisfy the condition requests
...
如果有解决方法或修复方法,我很乐意接受......
答案 0 :(得分:0)
是的!一旦我使用了
中的beta v2.1,这就解决了我的问题https://github.com/qpython-android/qpython/releases
Google Play没有给我最新版本(我有1.xx)
我能够使用QPYPY安装请求,并自动安装所需的库urllib3。