semu.misc.jupyter_notebook
semu.misc.jupyter_notebook copied to clipboard
ERROR: flake8 5.0.4 has requirement importlib-metadata<4.3
Hi,
Thanks for this project!
I'm an NVIDIA software engineer, working on Omnigraph.
I tried to install your extension using Kit 105, but got the error:
ERROR: flake8 5.0.4 has requirement importlib-metadata<4.3
Any idea how to solve this?
Thanks!
Hi @ziriax
This extension requires the following Python packages indicated in .toml config file. Can you try to install them separately via Omniverse kit Python and indentify which of them is causing the error?
- nest_asyncio
- jupyterlab
- notebook
It seems is a package conflict, I forgot to paste the rest of the error message, which states that a newer version of importlib-metadata is installed that is incompatible with flake8.
So, @ziriax, is it working now?