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

[Acceptance] Installing khmer fails, setuptools doesn't exist, need to backport fix from Master #161

Open
SensibleSalmon opened this issue Mar 9, 2015 · 1 comment
Assignees

Comments

@SensibleSalmon
Copy link

Fix is to use a virtualenv when installing/running khmer:

https://github.com/ged-lab/khmer-protocols/blob/master/mrnaseq/1-quality.txt#L64

(This also makes it easier to re-run the tests on the system without reimaging)

@SensibleSalmon SensibleSalmon self-assigned this Mar 9, 2015
@SensibleSalmon
Copy link
Author

Correction: This fix doesn't work because (for whatever reason) the virtualenv module doesn't exist.

root@screedaccept:~/khmer-protocols/mrnaseq# python2.7 -m virtualenv env
/usr/bin/python2.7: No module named virtualenv

In this case the solution is to modify the literate-resting instructions to instead include python-setuptools and python-pip in the installed software and to execute the easy_install -U setuptools command.

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

1 participant