You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+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."
)
Removing pkg-config dependency would help installation on windows. I am unsure of how feasible this is.
The text was updated successfully, but these errors were encountered: