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
~ % $(pyenv root)/versions/3.14.6/bin/python -V
Python 3.14.6
~ % mkdir .venv
~ % $(pyenv root)/versions/3.14.6/bin/python -m venv .venv
~ % source .venv/bin/activate
(.venv) ~ % pip install cel_expr_python
ERROR: Could not find a version that satisfies the requirement cel_expr_python (from versions: none)
ERROR: No matching distribution found for cel_expr_python
my configureation: