-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
AttributeError: 'VistirSpinner' object has no attribute '_color_func' (2022.11.4) #5458
Comments
use 2022.10.25 version, in this version the problem not exist |
Getting the same issue. I got the error in #5052 first, but once I removed virtualenv with versions: > pip3 --version
pip 22.3 from c:\python39\lib\site-packages\pip (python 3.9)
> pipenv --version
pipenv, version 2022.11.4
> python --version
Python 3.9.6 |
I am not sure how the CI is passing but I will take a look at this tonight. |
Can someone else with the issue help to verify the fix of the PR I opened #5460 |
Downgrading to this version fixed it for me too |
The PR version works for me |
i had same problem, you can upgrade your python 11 and error will go |
Issue description
Suddenly with 2022.11.4, running
pipenv install
even on an empty directory (under Python 3.9):Nothing additional from verbose.
$ pipenv --support
Pipenv version:
'2022.11.4'
Pipenv location:
'/usr/local/lib/python3.9/dist-packages/pipenv'
Python location:
'/usr/bin/python3.9'
OS Name:
'posix'
User pip version:
'22.3'
user Python installations found:
3.9.15
:/usr/bin/python3.9
3.6.9
:/usr/bin/python3.6
3.6.9
:/usr/bin/python3.6m
3.6.9
:/usr/bin/python3
PEP 508 Information:
System environment variables:
OLDPWD
_
PATH
CERTIFICATES_ARG
SHLVL
TERM
DEBIAN_FRONTEND
HOME
PWD
DISPLAY
LANG
LS_COLORS
LC_ALL
GRPC_POLL_STRATEGY
PIP_DISABLE_PIP_VERSION_CHECK
PIP_PYTHON_PATH
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG
:C.UTF-8
PWD
:/app/foo
The text was updated successfully, but these errors were encountered: