semu.misc.jupyter_notebook icon indicating copy to clipboard operation
semu.misc.jupyter_notebook copied to clipboard

ERROR: flake8 5.0.4 has requirement importlib-metadata<4.3

Open ziriax opened this issue 2 years ago • 3 comments

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!

ziriax avatar Feb 17 '23 15:02 ziriax

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

Toni-SM avatar Feb 18 '23 02:02 Toni-SM

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.

ziriax avatar Feb 18 '23 07:02 ziriax

So, @ziriax, is it working now?

Toni-SM avatar Feb 19 '23 18:02 Toni-SM