https://bugs.documentfoundation.org/show_bug.cgi?id=143867

--- Comment #2 from flywire <flywi...@gmail.com> ---
(In reply to flywire from comment #1)
> https://github.com/pypa/pip/issues/10006
> 
> > The root cause is : from asyncio import sleep

This is unrelated to the resolver -- the failure is happening during imports,
since asyncio.sleep can't be imported. As already mentioned, asyncio is a part
of the Python standard library, and if it's not importable then the Python
installation is not complete, and pip isn't supported on such platforms.

----------------------------------------------------------------

The whole python implementation needs a rethink.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to