File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ printf "$LIBRARY_NAME Python Library: Installer\n\n"
135135
136136inform " Checking Dependencies. Please wait..."
137137
138- $PYTHON -m pip install --upgrade toml
138+ PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring $PYTHON -m pip install --upgrade toml
139139
140140CONFIG_VARS=` $PYTHON - << EOF
141141import toml
187187inform " Installing for $PYTHON_VER ...\n"
188188apt_pkg_install " ${APT_PACKAGES[@]} "
189189if $UNSTABLE ; then
190- $PYTHON -m pip install .
190+ PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring $PYTHON -m pip install .
191191else
192- $PYTHON -m pip install --upgrade $LIBRARY_NAME
192+ PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring $PYTHON -m pip install --upgrade $LIBRARY_NAME
193193fi
194194if [ $? -eq 0 ]; then
195195 success " Done!\n"
You can’t perform that action at this time.
0 commit comments