theopolis / uefi-spider

Crawl/download UEFI/BIOS updates from ISV/OEM distributors.
MIT License
71 stars 11 forks source link

Problem running spider #1

Open Bechma opened 5 years ago

Bechma commented 5 years ago

I have this problem when I run the script with

File "/home/---/Downloads/uefi-spider/uefispider/spiders/lenovo_spider.py", line 5, in from uefi_firmware.utils import red, blue ImportError: No module named uefi_firmware.utils

I couldn't find where the utils were defined.

skochinsky commented 5 years ago

It's from the https://github.com/theopolis/uefi-firmware-parser project. You can install it via pip (pip install uefi_firmware)