Eel icon indicating copy to clipboard operation
Eel copied to clipboard

pip: No matches found for eel[jinja2]

Open Patronics opened this issue 2 years ago • 1 comments

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

  • 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.

Patronics avatar Dec 05 '23 01:12 Patronics

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

RajeshTechForge avatar May 22 '24 07:05 RajeshTechForge