-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urwid version #19
Comments
Related to this, I'm unable to get this installed with python 3.9 without a lot of pain. I tried to use a To reproduce (assuming a local / alternate version of python3.9 is installed): python3.9 -m pip install --user virtualenv
python3.9 -m pip install --user virtualenvwrapper
export VIRTUALENVWRAPPER_PYTHON="$(which python3.9)"
source "$(which virtualenvwrapper.sh)"
mkvirtualenv jmespath-terminal
pip install jmespath-terminal The main issue in the pip output is:
Far from ideal workaround:
|
Facing the same issue when installing
|
This issue is because of the breaking changes introduced in Reference: pypa/setuptools#2086 Temporary solution: pip3 install --upgrade setuptools==57 Then: pip3 install jmespath-terminal Bumping #26. |
Tried this and still getting the error: pyenv virtualenv 3.12.1 jmespath
pyenv activate jmespath-terminal
pip3 install --upgrade setuptools==57
pip list
# setuptools 57.0.0
pip3 install jmespath-terminal same error. |
Try using the fork? |
Is it possible this can be bumped to use the latest urwid? 2.0.1 ?
TIA!
The text was updated successfully, but these errors were encountered: