Toni-SM / semu.misc.jupyter_notebook

Embedded Jupyter Notebook for NVIDIA Omniverse
MIT License
19 stars 2 forks source link

ERROR: flake8 5.0.4 has requirement importlib-metadata<4.3 #1

Open ziriax opened 1 year ago

ziriax commented 1 year ago

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!

Toni-SM commented 1 year ago

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?

ziriax commented 1 year ago

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.

Toni-SM commented 1 year ago

So, @ziriax, is it working now?