-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
Pythonista is an app for working with python on iOS and I was hoping to bring some of my favourite functional programming goodness to it! However, install via StaSh (a shell for pythonista which emulates pip) fails with the following error:
ImportError('No module named requirements',)
I suspect this is an issue down to some issues with StaSh, but I thought I might bring it up in any case just in case.
I'd love to get it working, so if you can think of anything that I can experiment with to do so I'm very happy to try!