Skip to content
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

error installation botocore #8782

Closed
clement-horowitz opened this issue Aug 19, 2020 · 1 comment
Closed

error installation botocore #8782

clement-horowitz opened this issue Aug 19, 2020 · 1 comment
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@clement-horowitz
Copy link

  • pip version: 20.2.2
  • Python version: 3.5.2
  • Operating system: WSL ubuntu

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))

@uranusjr
Copy link
Member

#8676.

@uranusjr uranusjr added the resolution: duplicate Duplicate of an existing issue/PR label Aug 19, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

2 participants