Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation via pip ? #8

Closed
tseemann opened this issue Jun 29, 2016 · 8 comments
Closed

Installation via pip ? #8

tseemann opened this issue Jun 29, 2016 · 8 comments
Assignees

Comments

@tseemann
Copy link

It would be helpful for packaging if you could support pip:

pip install https://github.com/ini-bdds/bdbag
@mikedarcy mikedarcy self-assigned this Jul 20, 2016
@mikedarcy
Copy link
Collaborator

Will look into this. Thanks!

@mikedarcy
Copy link
Collaborator

mikedarcy commented Jul 20, 2016

We have some custom dependencies that aren't on PyPi which is why the basic pip install command doesn't work.

However, I was able to get it working using the following command:

sudo pip install --process-dependency-links --trusted-host github.com http://github.com/ini-bdds/bdbag/archive/master.zip

Let me know if it works for you and if so I will update the README.md and close this out.

@stain
Copy link

stain commented Jul 20, 2017

See #10 which would simplify pip release - perhaps we can also get the bagit-profiles-validator released officially for pip?

@stain
Copy link

stain commented Jul 21, 2017

There is also a newer bagit_profile=1.1.1 (note the underscore) - but I only had a quick try with it - something in how bdbag call it is broken as some of the tests fail. So perhaps need to update those calls.

@mikedarcy
Copy link
Collaborator

The changes in PR #13 should take care of this.

@stain
Copy link

stain commented Nov 16, 2017

#13 works great, tested with a fresh virtualenv!

Would you be able to merge this and perhaps roll a release towards pypi? We would like to use this from commonworkflowlanguage/cwltool

@mikedarcy
Copy link
Collaborator

Working on it now. Will update bagit dependency to latest 1.6.2 and get pypi going.

@mikedarcy
Copy link
Collaborator

Release 1.1.1 has been tagged and uploaded to PyPi.

One can now pip install bdbag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants