Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chipwhisperer installation and python dependencies #469

Open
MKesenheimer opened this issue Dec 2, 2023 · 2 comments
Open

Chipwhisperer installation and python dependencies #469

MKesenheimer opened this issue Dec 2, 2023 · 2 comments

Comments

@MKesenheimer
Copy link

To install the chipwhisperer software, I followed the instructions at https://chipwhisperer.readthedocs.io/en/latest/linux-install.html.
However, when running the command

jupyter notebook

python errors occurred. I had to install the packages traitlets and param manually:

pip uninstall traitlets
pip install traitlets==5.9.0

pip uninstall param
pip install param==1.13.0

Please update the dependencies accordingly.

@alex-dewar
Copy link
Contributor

Thanks for the report on this. I'll get the dependencies updated.

It might be time to look at updating notebook to 7.0

@alex-dewar
Copy link
Contributor

I've updated the jupyter requirements to their latest version and things seem to work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants