Jaesik Lee
Jaesik Lee
I have too also problem. jj@pp:~/tpm2-tss$ uname -a Linux pp 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux jj@pp:~/tpm2-tss$ pip3 install tpm2-pytss Defaulting to user...
I have to also same problem.
I'm using uubuntu 22.04.4 arm64. I'm using it in mac m1 environment, and I installed uubuntu in vm environment through parallells 19. For TPM chip use, I'm using the parallells...
when i use this option, I solve version issue. : "--no-build-isolation" $ python3 -m pip install --no-build-isolation -e . But I have another problem like this. ------- jaesik@pp:~/tpm2-pytss$ python3 -m...
> Check if you have the package python3-cffi installed, and install it if it's not installed to see if that helps Yes, I installed the cffi package and still get...
and also, I was install pkgconfig, setuptools, testresoures. but It's not installed. using pep517, it's not installed, too. jj@tpm:~/tpm2-pytss$ pip install --use-pep517 . /usr/bin/pip:6: DeprecationWarning: pkg_resources is deprecated as an...
~~I solve this problem using TPM2-TSS 4.0.1 ver. and Install python3-cffi , upgrade setuptools and cffi~~ @baloo Thank you. > this seems to be triggered by an upgrade of tpm2-tss...
When I was install tpm2-tss v 4.0.1 and tpm2-pytss 2.2.1 I meet this error message ``` jaesik@pp:~/tpm2-pytss$ python3 -c "import tpm2_pytss" Traceback (most recent call last): File "/home/jaesik/.local/lib/python3.10/site-packages/tpm2_pytss/__init__.py", line 6,...