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
Trouble when running shell script for a project that installs vncdotool.
Maybe upgrading pip would resolve the issue but gets similar error when building from temporary location.
install vncdotool "Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-0dxsoxvu/Pillow/"
upgrade pip "Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-NVYk95/pip/"
Expected behavior
No response
pip version
8.1.1
Python version
3.5.2
OS
Ubuntu 16.04
How to Reproduce
Run command pip install --upgrade pip
Output
pip install --upgrade pipCollecting pip Using cached https://files.pythonhosted.org/packages/00/5f/d6959d6f25f202e3e68e3a53b815af42d770c829c19382d0acbf2c3e2112/pip-21.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-NVYk9S/pip/setup.py", line 7 def read(rel_path: str) -> str: ^ SyntaxError: invalid syntax ----------------------------------------Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-NVYk9S/pip/
Description
Trouble when running shell script for a project that installs vncdotool.
Maybe upgrading pip would resolve the issue but gets similar error when building from temporary location.
Expected behavior
No response
pip version
8.1.1
Python version
3.5.2
OS
Ubuntu 16.04
How to Reproduce
pip install --upgrade pip
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: