practically works for me. Not sure if its just me but I just updated to stash version 0.6.6 and seem to get an error when installing boto3
thanks!!!
based on botocore it depends on
python-dateutil>=2.1,<3.0.0
When installing boto3 that in turn looks for botocore and its dependencies, i get the error:
Installing dependency: dateutil[('>=', '2.1'), ('<', '3.0.0')]
Querying PyPI ...
Error: No matches found: dateutil
full log:
[~/Documents]$ version
StaSh v0.6.6
Pythonista 2.0 (200003)
iOS 9.3.1 (64-bit iPhone7,1)
root: ~/Documents/site-packages/stash
stash.py: 2016-04-11 21:24:49
SELFUPDATE_BRANCH: master
BIN_PATH:
~/Documents/bin
~/Documents/site-packages/stash/bin
[~/Documents]$ pip install boto3
Querying PyPI ...
Downloading package ...
Opening: https://pypi.python.org/packages/source/b/boto3/boto3-1.3.0.tar.gz
Save as: /private/var/mobile/Containers/Data/Application/CFAF9225-3194-4889-BDF9-E0AF370BFDC5/tmp/boto3-1.3.0.tar.gz (79996 bytes)
79996 [100.00%]
Extracting archive file ...
Archive extracted.
Running setup file ...
Package installed: boto3
Installing dependency: botocore[('>=', '1.4.1'), ('<', '1.5.0')]
Querying PyPI ...
Downloading package ...
Opening: https://pypi.python.org/packages/source/b/botocore/botocore-1.4.11.tar.gz
Save as: /private/var/mobile/Containers/Data/Application/CFAF9225-3194-4889-BDF9-E0AF370BFDC5/tmp/botocore-1.4.11.tar.gz (2455881 bytes)
2455881 [100.00%]
Extracting archive file ...
Archive extracted.
Running setup file ...
Package installed: botocore
Installing dependency: jmespath[('>=', '0.7.1'), ('<', '1.0.0')]
Querying PyPI ...
Downloading package ...
Opening: https://pypi.python.org/packages/source/j/jmespath/jmespath-0.9.0.tar.gz
Save as: /private/var/mobile/Containers/Data/Application/CFAF9225-3194-4889-BDF9-E0AF370BFDC5/tmp/jmespath-0.9.0.tar.gz (20855 bytes)
20855 [100.00%]
Extracting archive file ...
Archive extracted.
Running setup file ...
Package installed: jmespath
Installing dependency: dateutil[('>=', '2.1'), ('<', '3.0.0')]
Querying PyPI ...
Error: No matches found: dateutil