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

edk2-libc : Py3 UEFI port _lzma module missing from implementation (Bugzilla Bug 4411) #73

Open
tianocore-issues opened this issue Apr 13, 2023 · 2 comments

Comments

@tianocore-issues
Copy link

This issue was created automatically with bugzilla2github

Bugzilla Bug 4411

Date: 2023-04-13T11:17:42+00:00
From: Aaron Frinzell <<aaron.frinzell>>
To: unassigned <>
CC: @lgao4

Last updated: 2023-04-25T21:44:31+00:00

@tianocore-issues
Copy link
Author

Comment 21359

Date: 2023-04-13 11:17:42 +0000
From: Aaron Frinzell <<aaron.frinzell>>

  • Industry Specification: ---
  • Release Observed: EDK II Master
  • Releases to Fix: EDK II Master
  • Target OS: ---
  • Bugzilla Assignee(s): unassigned <>

The _lzma module is not currently implemented within the Py3 UEFI.

Trying to import lzma fails with the following issue:

&gt;&gt;&gt; import lzma
Traceback (most recent call last):
  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;
  File &quot;\Efi\StdLib\lib\python36.8\lzma.py&quot;, line 27, in &lt;module&gt;
    from _lzma import *
ModuleNotFoundError: No module named &apos;_lzma&apos;

@tianocore-issues
Copy link
Author

Comment 21409

Date: 2023-04-25 21:44:31 +0000
From: @lgao4

[email protected]: please check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant