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: Error while checking for conflicts. #13150

Open
1 task done
Zelray opened this issue Jan 10, 2025 · 1 comment
Open
1 task done

ERROR: Error while checking for conflicts. #13150

Zelray opened this issue Jan 10, 2025 · 1 comment
Labels
S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior

Comments

@Zelray
Copy link

Zelray commented Jan 10, 2025

Description

When installing a git called vid2pose, I get this error:

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 "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pkg_resources_init_.py", line 3021, in _dep_map
return self._dep_map
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pkg_resources_init
.py", line 2815, in getattr
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_internal\commands\install.py", line 631, in _determine_conflicts
return check_install_conflicts(to_install)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_internal\operations\check.py", line 101, in check_install_conflicts
package_set, _ = create_package_set_from_installed()
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_internal\operations\check.py", line 42, in create_package_set_from_installed
dependencies = list(dist.iter_dependencies())
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_internal\metadata\pkg_resources.py", line 216, in iter_dependencies
return self.dist.requires(extras)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pkg_resources_init
.py", line 2736, in requires
dm = self.dep_map
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pkg_resources_init
.py", line 3023, in _dep_map
self._dep_map = self.compute_dependencies()
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pkg_resources_init
.py", line 3033, in compute_dependencies
reqs.extend(parse_requirements(req))
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pkg_resources_init
.py", line 3094, in parse_requirements
yield Requirement(line)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pkg_resources_init
.py", line 3101, in init
super(Requirement, self).init(requirement_string)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\packaging\requirements.py", line 102, in init
req = REQUIREMENT.parseString(requirement_string)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 1131, in parse_string
loc, tokens = self._parse(instring, 0)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 817, in _parseNoCache
loc, tokens = self.parseImpl(instring, pre_loc, doActions)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 3886, in parseImpl
loc, exprtokens = e._parse(instring, loc, doActions)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 817, in _parseNoCache
loc, tokens = self.parseImpl(instring, pre_loc, doActions)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 4114, in parseImpl
return e._parse(
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 817, in _parseNoCache
loc, tokens = self.parseImpl(instring, pre_loc, doActions)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 3886, in parseImpl
loc, exprtokens = e._parse(instring, loc, doActions)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 817, in _parseNoCache
loc, tokens = self.parseImpl(instring, pre_loc, doActions)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 4959, in parseImpl
loc, tokens = self_expr._parse(instring, loc, doActions, callPreParse=False)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 817, in _parseNoCache
loc, tokens = self.parseImpl(instring, pre_loc, doActions)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 3886, in parseImpl
loc, exprtokens = e._parse(instring, loc, doActions)
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\core.py", line 862, in _parseNoCache
ret_tokens = ParseResults(
File "C:\Users\mcgeo\pinokio\api\vid2pose.git\app\env\lib\site-packages\pip_vendor\pyparsing\results.py", line 142, in new
self._all_names = set()
SystemError: error return without exception set

Expected behavior

I expected Pinokio to install this app without difficulty

pip version

23.0.1

Python version

3.10

OS

Windows 10

How to Reproduce

  1. Install Pinokio
  2. Install vid2pose from Pinokio installer
  3. Watch the magic happen

Output

No response

Code of Conduct

@Zelray Zelray added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Jan 10, 2025
@notatallshaw
Copy link
Member

Can you please try using the latest version of pip and give more specific step by step instructions to reproduce, I don't know what you mean by Install vid2pose from Pinokio installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants