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

subprocess dependency #23

Closed
lechat opened this issue Oct 16, 2014 · 1 comment
Closed

subprocess dependency #23

lechat opened this issue Oct 16, 2014 · 1 comment

Comments

@lechat
Copy link
Collaborator

lechat commented Oct 16, 2014

Hi, Lars

I have RHEL 5.4:

lsb_release -i -r
Distributor ID: RedHatEnterpriseServer
Release:        5.4

when I try to python setup.py install library subprocess32 fails to install due to C compilation issues. That library only used in tests and in one optional file that I am not going to use. So I have to modify setup.py to remove that dependency...

Is it possible to remove that dependency?

Thanks!

Aleksey

@lhupfeldt
Copy link
Owner

Hi Aleksey,

You can remove the dependency and replace subprocess32 with subprocess, that should work.

Regards
Lars

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

2 participants