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
installing then my big requirement, I get this strange message (after it has handled a big list of wheels):
ERROR: Exception:
Traceback (most recent call last):
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\cli\base_command.py", line 165, in exc_logging_wrapper
status = run_func(*args)
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\cli\req_command.py", line 205, in wrapper
return func(self, options, args)
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\commands\install.py", line 388, in run
to_install = resolver.get_installation_order(requirement_set)
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 186, in get_installation_order
weights = get_topological_weights(
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 274, in get_topological_weights
assert len(weights) == expected_node_count
AssertionError
Expected behavior
no error
pip version
22.0.dev0
Python version
3.9.9
OS
Windows 10
How to Reproduce
install Python-3.9.9 64 bit on Windows 10 and latest Pip-master of 2021-11-28
then install a big requirement file
ERROR: Exception:
Traceback (most recent call last):
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\cli\base_command.py", line 165, in exc_logging_wrapper
status = run_func(*args)
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\cli\req_command.py", line 205, in wrapper
return func(self, options, args)
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\commands\install.py", line 388, in run
to_install = resolver.get_installation_order(requirement_set)
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 186, in get_installation_order
weights = get_topological_weights(
File "C:\WinP\bd39\bu\WPy64-3990b1\python-3.9.9.amd64\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 274, in get_topological_weights
assert len(weights) == expected_node_count
AssertionError
... going to retry exact same scenario with normal pip-21.3.1
stonebig
changed the title
remark: issue on my big requiremeent.txt file when pip-master-202111128
remark: issue on my big requirement.txt file when pip-master-2021_11_28
Nov 28, 2021
You’re going to need to share a proper reproducer for this issue. As it stands, there’s absolutely nothing here that I can go on to even attempt to figure out what’s wrong beyond a general region of the codebase.
Please share a requirements.txt file and detailed steps on how to use that to recreate the issue you’re seeing.
the remark is because I suspected the problem arrived with recent comits.
I confirm it doesn't happen per just switching back to "pip-21.3.1" and doing the same steps
Description
I installed pip from master of today, on Python-3.9.9. (9cf35b2)
it was to try out the speed-up by Simplify graph in get_topological_weights.
installing then my big requirement, I get this strange message (after it has handled a big list of wheels):
Expected behavior
no error
pip version
22.0.dev0
Python version
3.9.9
OS
Windows 10
How to Reproduce
install Python-3.9.9 64 bit on Windows 10 and latest Pip-master of 2021-11-28
then install a big requirement file
Output
gives
Code of Conduct
The text was updated successfully, but these errors were encountered: