BD2KGenomics / s3am

A fast, parallel, streaming multipart uploader for S3
Other
13 stars 6 forks source link

Pip install not working as intended #15

Closed jvivian closed 9 years ago

jvivian commented 9 years ago
$ sudo pip install s3am
Downloading/unpacking s3am
  Could not find a version that satisfies the requirement s3am (from versions: 1.0a1.dev14, 1.0a1.dev8)
Cleaning up...
No distributions matching the version for s3am
Storing debug log for failure in /home/ubuntu/.pip/pip.log

This is on an EC2 ubuntu instance

hannes-ucsc commented 9 years ago

This will be fixed by publishing a release of s3am to PyPI.

For the time being, just add --pre to the commmand line.

Jeltje commented 9 years ago

See also this cgcloud issue