HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
114 stars 38 forks source link

pip install fails #29

Closed swingingsimian closed 7 years ago

swingingsimian commented 7 years ago

Hi I am trying to get h5pyd up and running on the h5serv docker image available here:

https://hub.docker.com/r/hdfgroup/h5serv/

Running the pip install command as documented gives the following:

# pip install h5pyd
Collecting h5pyd
  Could not find a version that satisfies the requirement h5pyd (from versions: )
No matching distribution found for h5pyd

This looks like it's trying to use versions from a local requirements.txt file, but it does not exist. Not quite sure whether this is a pip or h5pyd issue.

Thanks

jreadey commented 7 years ago

I haven't updated pypi for a while, but I'll look into the install issue as well as updating the contents.

Are you able to install by cloning from github and running setup?

swingingsimian commented 7 years ago

Yes, that worked fine for me.

On 17 May 2017 at 16:34, John Readey notifications@github.com wrote:

I haven't updated pypi for a while, but I'll look into the install issue as well as updating the contents.

Are you able to install by cloning from github and running setup?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HDFGroup/h5pyd/issues/29#issuecomment-302129068, or mute the thread https://github.com/notifications/unsubscribe-auth/AEc_DBilP-C8NaP9d1gZMeLDqeUfV-GOks5r6xN_gaJpZM4NdtkO .

swingingsimian commented 7 years ago

Incidentally, which is the official 'release' branch. Master is marked as 'stale' in github, but conversely 'develop' which is the default branch, looks bleeding edge.

I went with 'develop', in the end which looks okay so far, barring some 403 teething problems.

On 17 May 2017 at 17:08, Nathan Johnson nath.p.johnson@gmail.com wrote:

Yes, that worked fine for me.

On 17 May 2017 at 16:34, John Readey notifications@github.com wrote:

I haven't updated pypi for a while, but I'll look into the install issue as well as updating the contents.

Are you able to install by cloning from github and running setup?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HDFGroup/h5pyd/issues/29#issuecomment-302129068, or mute the thread https://github.com/notifications/unsubscribe-auth/AEc_DBilP-C8NaP9d1gZMeLDqeUfV-GOks5r6xN_gaJpZM4NdtkO .

swingingsimian commented 7 years ago

Post-email clarity strikes again, don't know why I didn't see the 2 release tags. Disregard.

On 17 May 2017 at 17:12, Nathan Johnson nath.p.johnson@gmail.com wrote:

Incidentally, which is the official 'release' branch. Master is marked as 'stale' in github, but conversely 'develop' which is the default branch, looks bleeding edge.

I went with 'develop', in the end which looks okay so far, barring some 403 teething problems.

On 17 May 2017 at 17:08, Nathan Johnson nath.p.johnson@gmail.com wrote:

Yes, that worked fine for me.

On 17 May 2017 at 16:34, John Readey notifications@github.com wrote:

I haven't updated pypi for a while, but I'll look into the install issue as well as updating the contents.

Are you able to install by cloning from github and running setup?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HDFGroup/h5pyd/issues/29#issuecomment-302129068, or mute the thread https://github.com/notifications/unsubscribe-auth/AEc_DBilP-C8NaP9d1gZMeLDqeUfV-GOks5r6xN_gaJpZM4NdtkO .

jreadey commented 7 years ago

I've switched h5pyd to use master as the default branch. I figure with tags, there wasn't much benefit to having a separate dev and release branch.

Package is on PyPi now: https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=h5pyd.

Let me know of any problems with the packaging.