Good morning, I’m having troubles installing Chipwhisperer manually. The virtual machine option doesn’t have information for the Chipwhisperer I have (CW HUSKY), I noticed the most up to date one is in the manual install files. Going through the process I get stuck on the second to last part where I need to run:
“nbstripout --install”
in the jupyter folder, the command enters but nothing happens. Moving on to the next step I run the jupyter notebook from the Chipwhisperer folder with
“python -m jupyter notebook”
I get this traceback:
“Traceback (most recent call last):
File “”, line 198, in run_module_as_main
File “”, line 88, in run_code
File "C:\WPy64-31241\Scripts\jupyter-notebook.EXE_main.py", line 4, in
File “C:\WPy64-31241\Lib\site-packages\notebook\app.py”, line 12, in
from jupyter_server.base.handlers import JupyterHandler
File “C:\WPy64-31241\Lib\site-packages\jupyter_server\base\handlers.py”, line
24, in
from tornado import web
File “”, line 1412, in handle_fromlist
File "C:\Users\bound\AppData\Roaming\Python\Python312\site-packages\tornado_
init_.py”, line 66, in getattr
return importlib.import_module(“.” + name, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\WPy64-31241\Lib\importlib_init_.py”, line 90, in import_module
return bootstrap.gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\bound\AppData\Roaming\Python\Python312\site-packages\tornado\we
b.py”, line 92, in
from tornado.httpserver import HTTPServer
File “C:\Users\bound\AppData\Roaming\Python\Python312\site-packages\tornado\ht
tpserver.py”, line 32, in
from tornado.http1connection import HTTP1ServerConnection, HTTP1ConnectionPa
rameters
File “C:\Users\bound\AppData\Roaming\Python\Python312\site-packages\tornado\ht
tp1connection.py”, line 34, in
from tornado import iostream
File “”, line 1412, in handle_fromlist
File "C:\Users\bound\AppData\Roaming\Python\Python312\site-packages\tornado_
init.py", line 66, in getattr
return importlib.import_module(“.” + name, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\WPy64-31241\Lib\importlib_init_.py”, line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\bound\AppData\Roaming\Python\Python312\site-packages\tornado\io
stream.py”, line 40, in
from tornado.netutil import ssl_wrap_socket, _client_ssl_defaults, _server_s
sl_defaults
File “C:\Users\bound\AppData\Roaming\Python\Python312\site-packages\tornado\ne
tutil.py”, line 35, in
_client_ssl_defaults = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\WPy64-31241\Lib\ssl.py”, line 713, in create_default_context
context.load_default_certs(purpose)
File “C:\WPy64-31241\Lib\ssl.py”, line 534, in load_default_certs
self._load_windows_store_certs(storename, purpose)
File “C:\WPy64-31241\Lib\ssl.py”, line 526, in _load_windows_store_certs
self.load_verify_locations(cadata=certs)
ssl.SSLError: [ASN1] nested asn1 error (_ssl.c:4027)"
I’ve been trying to troubleshoot this error for a while now, is there a solution to this? thank you in advance.