tools: patman cannot find aiohttp module
Tom Rini
trini at konsulko.com
Mon Aug 25 21:02:24 CEST 2025
On Mon, Aug 25, 2025 at 11:49:35AM -0700, Tony Dinh wrote:
> Hi Tom,
>
> I've just done a git pull on the master branch. And then ran patman
> and got this error.
>
> ./tools/patman/patman -c1 -s2 send -n
> Traceback (most recent call last):
> File "/usr/src/u-boot-marvell/./tools/patman/patman", line 21, in <module>
> from patman import control
> File "/usr/src/u-boot-marvell/tools/patman/../patman/control.py",
> line 24, in <module>
> from patman import cseries
> File "/usr/src/u-boot-marvell/tools/patman/../patman/cseries.py",
> line 19, in <module>
> from patman import cser_helper
> File "/usr/src/u-boot-marvell/tools/patman/../patman/cser_helper.py",
> line 18, in <module>
> import aiohttp
> ModuleNotFoundError: No module named 'aiohttp'
>
> I'm on Debian 12.11 and have Python 3.11.2. Is there something I might
> be missing?
Ideally you should be using a virtualenv or whatever is recommended on
Debian 12 and then pip (or pipx?) install -r
tools/patman/requirements.txt
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250825/b7814736/attachment.sig>
More information about the U-Boot
mailing list