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
If I fix those issues, it then always raises a PackageConflictError because protobuf and protobuf-lite are mutually exclusive. I'm only trying to use one of them though, so it seems like that shouldn't have a conflict.
I would like to contribute a fix for this, but I'm not sure what the expected behavior here is. Should this conflict checking code maybe just be removed? When I run pkg-config on a PC running Ubuntu 20.04, it doesn't appear to care about conflicts.
I have a system with the following files:
protobuf.pc
protobuf-lite.pc
Running
fails because
PackageNotFoundError
is not defined atpykg-config/pykg_config/result.py
Line 253 in 73d80a7
pkg.name
is not defined atpykg-config/pykg_config/result.py
Line 258 in 73d80a7
If I fix those issues, it then always raises a
PackageConflictError
because protobuf and protobuf-lite are mutually exclusive. I'm only trying to use one of them though, so it seems like that shouldn't have a conflict.I would like to contribute a fix for this, but I'm not sure what the expected behavior here is. Should this conflict checking code maybe just be removed? When I run
pkg-config
on a PC running Ubuntu 20.04, it doesn't appear to care about conflicts.The text was updated successfully, but these errors were encountered: