Using CWTVLA from Jupyter

I am trying to execute the CWTVLA notebook on my CW305.

However, I’m not able to get CWTVLA installed and imported in this environment. I’m using Release 5.5 installed on Windows 10.

I tried the following:

import sys
!{sys.executable} -m pip install cwtvla

and

%pip install cwtvla

In both cases, pip list shows cwtvla 0.1.0 installed. However, even after restarting kernel and Jupyter server, import cwtvla gives ModuleNotFoundError: No module named 'cwtvla'.

What is the proper procedure to get CWTVLA working in Jupyter?

Thanks,
Chris

Yeah, I’m getting the same thing. I’ll look into this and see if I can figure it out.

Thanks, Alex. Just wondering if you had any update on this issue?

I haven’t figured out the cause yet, but if you install from github directly by downloading https://github.com/newaetech/chipwhisperer-tvla and running python setup.py install in the downloaded directory it should work as a quick fix.

Alex