We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clement@EPAL122681:~$ pip install botocore Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: botocore in ./.local/lib/python3.5/site-packages (1.12.253) Requirement already satisfied: python-dateutil<3.0.0,>=2.1; python_version >= "2.7" in ./.local/lib/python3.5/site-packages (from botocore) (2.7.3) Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in ./.local/lib/python3.5/site-packages (from botocore) (0.9.3) Requirement already satisfied: urllib3<1.26,>=1.20; python_version >= "3.4" in ./.local/lib/python3.5/site-packages (from botocore) (1.23) Requirement already satisfied: docutils<0.16,>=0.10 in ./.local/lib/python3.5/site-packages (from botocore) (0.14) Requirement already satisfied: six>=1.5 in ./.local/lib/python3.5/site-packages (from python-dateutil<3.0.0,>=2.1; python_version >= "2.7"->botocore) (1.11.0) ERROR: Error while checking for conflicts. Please file an issue on pip's issue tracker: https://github.com/pypa/pip/issues/new Traceback (most recent call last): File "/home/clement/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py", line 2681, in version return self._version File "/home/clement/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py", line 2815, in getattr raise AttributeError(attr) AttributeError: _version
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/clement/.local/lib/python3.5/site-packages/pip/_internal/commands/install.py", line 535, in _determine_conflicts return check_install_conflicts(to_install) File "/home/clement/.local/lib/python3.5/site-packages/pip/_internal/operations/check.py", line 108, in check_install_conflicts package_set, _ = create_package_set_from_installed() File "/home/clement/.local/lib/python3.5/site-packages/pip/_internal/operations/check.py", line 50, in create_package_set_from_installed package_set[name] = PackageDetails(dist.version, dist.requires()) File "/home/clement/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py", line 2689, in version raise ValueError(msg, self) ValueError: ("Missing 'Version:' header and/or METADATA file at path: /home/clement/.local/lib/python3.5/site-packages/-otocore-1.12.86.dist-info/META DATA", Unknown [unknown version] (/home/clement/.local/lib/python3.5/site-packages))
The text was updated successfully, but these errors were encountered:
#8676.
Sorry, something went wrong.
No branches or pull requests
clement@EPAL122681:~$ pip install botocore
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: botocore in ./.local/lib/python3.5/site-packages (1.12.253)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1; python_version >= "2.7" in ./.local/lib/python3.5/site-packages (from botocore) (2.7.3)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in ./.local/lib/python3.5/site-packages (from botocore) (0.9.3)
Requirement already satisfied: urllib3<1.26,>=1.20; python_version >= "3.4" in ./.local/lib/python3.5/site-packages (from botocore) (1.23)
Requirement already satisfied: docutils<0.16,>=0.10 in ./.local/lib/python3.5/site-packages (from botocore) (0.14)
Requirement already satisfied: six>=1.5 in ./.local/lib/python3.5/site-packages (from python-dateutil<3.0.0,>=2.1; python_version >= "2.7"->botocore)
(1.11.0)
ERROR: Error while checking for conflicts. Please file an issue on pip's issue tracker: https://github.com/pypa/pip/issues/new
Traceback (most recent call last):
File "/home/clement/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py", line 2681, in version
return self._version
File "/home/clement/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py", line 2815, in getattr
raise AttributeError(attr)
AttributeError: _version
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/clement/.local/lib/python3.5/site-packages/pip/_internal/commands/install.py", line 535, in _determine_conflicts
return check_install_conflicts(to_install)
File "/home/clement/.local/lib/python3.5/site-packages/pip/_internal/operations/check.py", line 108, in check_install_conflicts
package_set, _ = create_package_set_from_installed()
File "/home/clement/.local/lib/python3.5/site-packages/pip/_internal/operations/check.py", line 50, in create_package_set_from_installed
package_set[name] = PackageDetails(dist.version, dist.requires())
File "/home/clement/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/init.py", line 2689, in version
raise ValueError(msg, self)
ValueError: ("Missing 'Version:' header and/or METADATA file at path: /home/clement/.local/lib/python3.5/site-packages/-otocore-1.12.86.dist-info/META
DATA", Unknown [unknown version] (/home/clement/.local/lib/python3.5/site-packages))
The text was updated successfully, but these errors were encountered: