Error running Jupyter notebook A3 from Software Defined Radio Book

Hello,
I have connected RFSoc 4x2 board to my Windows laptop and powered on the board and it is showing
IP address 192.168.3.1 correctly on the LCD display of the board.

From the following book, I ran A01 and A02 notebooks correctly from Jupyter notebook software.

But A3 notebook is giving following error.
How to fix following error?
Thanks,

import pynq

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import pynq

ModuleNotFoundError: No module named ‘pynq’

Following command on Windows command prompt is not finding pynq package:

pip install pynq

I have downloaded these notebooks of this book from its Github webpage.

Book Title:

Software Defined Radio book with Zynq Ultra Scale+ RFSoc
by Louise Crocket, David Northcote et.al.

You need to open and run these notebooks from the board using the RFSoC 4x2 PYNQ image. Answer in your other post:
https://discuss.pynq.io/t/installing-pynq-using-conda-anaconda/6447/2?u=cathalmccabe

Cathal

1 Like