We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thanks for the report on this. I'll get the dependencies updated.
It might be time to look at updating notebook to 7.0
Sorry, something went wrong.
I've updated the jupyter requirements to their latest version and things seem to work fine.
No branches or pull requests
To install the chipwhisperer software, I followed the instructions at https://chipwhisperer.readthedocs.io/en/latest/linux-install.html.
However, when running the command
python errors occurred. I had to install the packages traitlets and param manually:
Please update the dependencies accordingly.
The text was updated successfully, but these errors were encountered: