Pip install dependencies
-
I am using Pythonista pip but it doesn’t install a package’s dependencies.
Is there a way to get it to do this?
Thanks very much
-
last edited by
-
Which package?
Occasionally, you need to manually install dependencies, if the setup.py is non standard. Though often it fails if the dependencies are not pure python. You cannot install any packages that need compilation.