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
When installing shellcheck-py, we started hitting installation errors.
Here is the details of the environment, python, pip, and shellcheck-py versions.
This could be related to what's going on with pip as virtualenv pulls in pip 20.0.1 and things seem to be shaky. [0][1][2]
Installing shellcheck-py using an earlier pip version (19.0.3) works.
pip install pip==19.0.3 --force-reinstall
Collecting pip==19.0.3
Using cached pip-19.0.3-py2.py3-none-any.whl (1.4 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 20.0.1
Uninstalling pip-20.0.1:
Successfully uninstalled pip-20.0.1
Successfully installed pip-19.0.3
(.venv) jenkins@5810e48a14c2:~/nordix/slave_root/engine$ pip install shellcheck-py==0.7.0.1
Collecting shellcheck-py==0.7.0.1
Using cached https://files.pythonhosted.org/packages/ea/d6/e3d1fc934774d5f2d2fd76484baa3bbb4f3172aa9eccff1a6d5bcc405c90/shellcheck_py-0.7.0.1-py2.py3-none-manylinux1_x86_64.whl
Installing collected packages: shellcheck-py
Successfully installed shellcheck-py-0.7.0.1
You are using pip version 19.0.3, however version 20.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
When installing shellcheck-py, we started hitting installation errors.
Here is the details of the environment, python, pip, and shellcheck-py versions.
OS: Ubuntu1804
python: 3.5.3
pip version: 20.0.1
shellcheck-py: 0.7.0.1
requirements file: https://gerrit.nordix.org/gitweb?p=infra/engine.git;a=blob;f=test-requirements.txt
Here is the snippet that shows the problem.
To reproduce the issue
This could be related to what's going on with pip as virtualenv pulls in pip 20.0.1 and things seem to be shaky. [0][1][2]
Installing shellcheck-py using an earlier pip version (19.0.3) works.
[0] pypa/pip#7621
[1] pypa/pip#7620
[2] pypa/pip#7624
The text was updated successfully, but these errors were encountered: