pip: No matches found for eel[jinja2]
Eel version eel-0.16.0
Describe the bug
Running pip install eel[jinja2] as described in the instructions to include support for jinja2 templating simply returns the error message no matches found: eel[jinja2], while running simply pip install eel works as expected.
To Reproduce Steps to reproduce the behavior:
- Attempt to run
pip install eel[jinja2] - See error
Expected behavior Eel is installed with Jinja2 templating support, as described in the readme.
System Information
- OS: MacOS 13.6
- Browser: N/A
- Python Distribution: Python 3.11.6
Screenshots N/A
Additional context
I also tried potential minor variations such as invoking pip3 instead of pip, etc, with no change in the outcome. This is occuring in a python venv with no other pip packages installed.
I recommend trying the installation in a lower version of Python, such as Python 3.10.