@DKatri
I've been having some odd issues with stash as of late, most annoyingly is that it's started ignoring when I type a space with an external keyboard.
Are you using the pythonista beta?
Is there any other way to install modules? Something a bit more native to the app? That's 90% of what I had been using stash for.
I dont know of any alternatives, but you can still use StaSh pip without using the command prompt.
Simply open launch_stash.py in the editor, long tap the run-Button unitl you are prompted for arguments and then type --command "pip install <package>" (the " are required), which should run pip on start.
You can also download a .whl manually, then run $STASH_ROOT/lib/stashutils/wheels.py with the path to the wheel as an argument. This will install a .whl file, but wont install any dependencies.