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

Remove pkg-config dependency #18

Open
4c656554 opened this issue Oct 19, 2016 · 2 comments
Open

Remove pkg-config dependency #18

4c656554 opened this issue Oct 19, 2016 · 2 comments

Comments

@4c656554
Copy link

Removing pkg-config dependency would help installation on windows. I am unsure of how feasible this is.

@emum8
Copy link

emum8 commented Nov 8, 2016

+1 I get errors when installing this package due to this dependency (that I already have)

@JohnDoe389
Copy link

JohnDoe389 commented Jun 19, 2017

+2 Same as others. Code says to check to README but there is no README info re this

Ensure pkg-config is available

try:
subprocess.check_call(['pkg-config', '--version'])
except OSError:
raise SystemExit(
"'pkg-config' is required to install this package. "
"Please see the README for details."
)

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