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

Simple fix to ValueError issue during CI build #379

Closed
wants to merge 1 commit into from
Closed

Simple fix to ValueError issue during CI build #379

wants to merge 1 commit into from

Conversation

standage
Copy link

@standage standage commented Dec 1, 2016

Simple fix based on @EricDeveaud's comment on #349. I was getting the same error when trying to install with pip install pysam on Travis CI. Now it works fine with pip install https://github.com/standage/pysam.git. Obviously, it would be nice if this got fixed in the next release so we could all go back to using the canonical pip version!

@jmarshall
Copy link
Member

jmarshall commented Dec 1, 2016

Is this not already fixed by #345 (which is a better approach)?

@standage
Copy link
Author

standage commented Dec 1, 2016

Yes, #345 fixes my issue. I should have thought to try pip installing the latest master, which indeed works. When you cut a new release I'll go back to installing from PyPI.

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

Successfully merging this pull request may close these issues.

2 participants