Hello everyone,
I'm just beginning with Pythonista 3.
I'm trying to install a external module in order to learn the process, but I have no luck. I could install Stash successfully (I guess), but when I try to install a module I get an error:
[~/Documents]$ pip install dropbox
Querying PyPI ...
stash: <class 'xmlrpc.client.ProtocolError'>: <ProtocolError for pypi.python.org/pypi: 403 Must access using HTTPS instead of HTTP>
I get the same error if I try pip search something.
Am I missing something?