Hello guys,
I have an ipad pro 10.5 with IOS 11.1 and just downloaded pythonista 3. I want to import some libraries as netmiko with “pip install netmiko”. It appears the best way is with “stash”. So I imported stash with the script:
import requests as r; exec(r.get('http://bit.ly/get-stash').text)
However, when I try to launch “launch_stach.py” from my home directory I get an error on line 28 “from stash import stash” that says “not well-formed (invalid token). Please, check snapshot attached.

If I try to go to “site-packages” —> “stash” and then execute “stash.py” I get an error “No module named “configParser”.

Of course, I tryed to restart pythonista 3 but it didn’t fix the issue.
Could someone please help?






