From 8e535cf3e717474bc7365bf08d888d4921011767 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Thu, 26 Jun 2025 01:35:14 +0100 Subject: update bladerf quick guide --- md/writeup/bladerf_quick_guide.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'md/writeup/bladerf_quick_guide.md') diff --git a/md/writeup/bladerf_quick_guide.md b/md/writeup/bladerf_quick_guide.md index 19af38d..4321fc2 100644 --- a/md/writeup/bladerf_quick_guide.md +++ b/md/writeup/bladerf_quick_guide.md @@ -176,6 +176,25 @@ Run vsim command from where its located inside the quartus install directory ./vsim ``` +## Installing python bindings + +When tried to install bladerf python bindings got this, command below helped +to resolve and install libraries. + +```bash + File "/home/python/venv/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2172, in + register_finder(pkgutil.ImpImporter, find_on_path) + ^^^^^^^^^^^^^^^^^^^ +AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? + +``` + +python -m ensurepip --upgrade + +python3.12 -m pip install --upgrade setuptools + +python3.12 setup.py install + ## Links -- cgit v1.2.3