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
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.
The text was updated successfully, but these errors were encountered:
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 messageno matches found: eel[jinja2]
, while running simplypip install eel
works as expected.To Reproduce
Steps to reproduce the behavior:
pip install eel[jinja2]
Expected behavior
Eel is installed with Jinja2 templating support, as described in the readme.
System Information
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.The text was updated successfully, but these errors were encountered: