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
The _lzma module is not currently implemented within the Py3 UEFI.
Trying to import lzma fails with the following issue:
>>> import lzma
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "\Efi\StdLib\lib\python36.8\lzma.py", line 27, in <module>
from _lzma import *
ModuleNotFoundError: No module named '_lzma'
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
The text was updated successfully, but these errors were encountered: