python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.28k stars 581 forks source link

pip: No matches found for eel[jinja2] #711

Open Patronics opened 7 months ago

Patronics commented 7 months ago

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:

  1. Attempt to run pip install eel[jinja2]
  2. See error

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.

RajeshTechForge commented 1 month ago

I recommend trying the installation in a lower version of Python, such as Python 3.10.