DEV Community

Discussion on: How I ran Django on my android phone ❌💻

Collapse
 
chuckis profile image
Ruslan Ishchuk • Edited

after trying to install virtualenv I got this:

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

Collapse
 
coledrain profile image
ColeDrain

Try running this command:

pkg upgrade

Collapse
 
chuckis profile image
Ruslan Ishchuk

suspecting: my phone must be rooted?

Thread Thread
 
coledrain profile image
ColeDrain

no it isn't compulsory.

Thread Thread
 
chuckis profile image
Ruslan Ishchuk • Edited

after trying to create
virtual environment I got a 'permission error'
dev-to-uploads.s3.amazonaws.com/i/...

Thread Thread
 
coledrain profile image
ColeDrain • Edited

I guess you have ran this command before:

termux-setup-storage

run it again then try creating the virtualenv, sorry for the issues so far. 😬