Installation error

I followed the installation steps exactly on my laptop but it went into an error.

OS: Ubuntu 22.04
Conda environment

Problem: running “pip install .” in the folder of commonroad-search, the following error appears:

ERROR: Requested ipykernel>=4.5.1 from https://files.pythonhosted.org/packages/b6/4a/b9e7d67637549e1b75c2946e93e35740ea63a521d7d455343e6a8a8a7b91/ipykernel-6.0.1-py3-none-any.whl (from ipywidgets<7.6.0,>=7.5.1->commonroad-search==2024.1) has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == “Darwin”

Same for me…

OS: MAC OS 15.0 (M2)
Conda Environment as well als venv
PyCharm

While running: “pip install .”
ERROR: Requested ipykernel>=4.5.1 from https://files.pythonhosted.org/packages/b6/4a/b9e7d67637549e1b75c2946e93e35740ea63a521d7d455343e6a8a8a7b91/ipykernel-6.0.1-py3-none-any.whl (from ipywidgets<7.6.0,>=7.5.1->commonroad-search==2024.1) has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == “Darwin”

Hi, we have corrected the requirement file to solve this problem.