I am trying to run a python code on my Android 7.1 mobile using QPython3 app. I clicked on the "Menu" tab and then "Run script" option. Out of many programs, I opened "pip_console.py" and typed
pip install pandas
This gives me error -
AtrributeError: 'Distribution' object has no attribute '_egg_fetcher'
This is true in case of any other module as well. Just to make sure that I am using the latest version, I ran
pip install --upgrade pip
but this also fails and gives an error that
it can not open /sdcard/qpython/lib.. directory
I am not sure whether this app was properly installed and whether this is the right way to install modules. Can someone please help ?
Thanks,
Sanket.