You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation fails with the following error: markdown 3.4.1 has requirement importlib-metadata>=4.4; python_version < "3.10", but you'll have importlib-metadata 1.7.0 which is incompatible.
What I Did
I tryed to install importlib_metadata 4.4 but I get the following error: igel 1.0.0 has requirement importlib_metadata<2.0.0,>=1.6.0; python_version >= "3.8", but you'll have importlib-metadata 4.4.0 which is incompatible.
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here. pip install -U igel pip install -U importlib_metadata==4.4
The text was updated successfully, but these errors were encountered:
Description
Installation fails with the following error:
markdown 3.4.1 has requirement importlib-metadata>=4.4; python_version < "3.10", but you'll have importlib-metadata 1.7.0 which is incompatible.
What I Did
I tryed to install importlib_metadata 4.4 but I get the following error:
igel 1.0.0 has requirement importlib_metadata<2.0.0,>=1.6.0; python_version >= "3.8", but you'll have importlib-metadata 4.4.0 which is incompatible.
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
pip install -U igel
pip install -U importlib_metadata==4.4
The text was updated successfully, but these errors were encountered: