-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
S: awaiting responseWaiting for a response/more informationWaiting for a response/more informationkind: crashFor situations where pip crashesFor situations where pip crashestype: supportUser SupportUser Support
Description
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\29828\anaconda3\Lib\site-packages\pip\_internal\commands\install.py", line 588, in _determine_conflicts
return check_install_conflicts(to_install)
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_internal\operations\check.py", line 111, in check_install_conflicts
package_set, _ = create_package_set_from_installed()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_internal\operations\check.py", line 53, in create_package_set_from_installed
package_set[name] = PackageDetails(dist.version, dependencies)
^^^^^^^^^^^^
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_internal\metadata\importlib\_dists.py", line 170, in version
return parse_version(self._dist.version)
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_vendor\packaging\version.py", line 56, in parse
return Version(version)
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_vendor\packaging\version.py", line 200, in __init__
match = self._regex.search(version)
TypeError: expected string or bytes-like object, got 'NoneType'
ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_internal\cli\base_command.py", line 107, in _run_wrapper
status = _inner_run()
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_internal\cli\base_command.py", line 98, in _inner_run
return self.run(options, args)
~~~~~~~~^^^^^^^^^^^^^^^
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_internal\cli\req_command.py", line 71, in wrapper
return func(self, options, args)
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_internal\commands\install.py", line 487, in run
installed_versions[distribution.canonical_name] = distribution.version
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_internal\metadata\importlib\_dists.py", line 170, in version
return parse_version(self._dist.version)
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_vendor\packaging\version.py", line 56, in parse
return Version(version)
File "C:\Users\29828\anaconda3\Lib\site-packages\pip\_vendor\packaging\version.py", line 200, in __init__
match = self._regex.search(version)
TypeError: expected string or bytes-like object, got 'NoneType'
Metadata
Metadata
Assignees
Labels
S: awaiting responseWaiting for a response/more informationWaiting for a response/more informationkind: crashFor situations where pip crashesFor situations where pip crashestype: supportUser SupportUser Support