Possible env change, not working after rebooting

#1
by JeffLiang - opened

Hi @jbilcke-hf ,

Thanks for your great work. I duplicated your repo to 'https://huggingface.co/spaces/JeffLiang/streamv2v'. Intially, it worked pretty well. But after rebooting, it looks like it is not working anymore (see the following error). Do you happen to encounter this error before, it looks like it was caused by the env/version change of pip.

Collecting mypy-extensions>=0.3.0
Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
ERROR: Exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper
status = run_func(*args)
File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
return func(self, options, args)
File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 389, in run
to_install = resolver.get_installation_order(requirement_set)
File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 188, in get_installation_order
weights = get_topological_weights(
File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 276, in get_topological_weights
assert len(weights) == expected_node_count
AssertionError

JeffLiang changed discussion status to closed

Sign up or log in to comment