-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error on installation #579
Comments
could you run |
@whooo, hi!
|
Could you run the following python code and give me the output? import pkgconfig
libraries = ["tss2-esys", "tss2-tctildr", "tss2-rc", "tss2-mu"]
libs = " ".join(libraries)
paths = pkgconfig.parse(libs)
print(paths["include_dirs"]) I suspect that |
|
I've also made |
Could you run |
|
after doing an uninstall, does |
@whooo, yes.
|
It looks like you have some leftover installation from tpm2-tss 4.0.0 or newer. |
Uninstalling libtss2-dev
Unable to
I haven't removed the above-listed |
You could probably keep them |
Shortly beforehand I've
rm -rf ~/.cache/pip/
instead ofpip3 cache purge
if it helps.The text was updated successfully, but these errors were encountered: