JessicaTegner/pypandoc

Windows / WSL - dead lock, waits forver

cforce opened this issue · 3 comments

cforce commented

In init.py
pf = "linux" if sys.platform.startswith("linux") else sys.platform
try:
---> search_paths.append(os.path.join(DEFAULT_TARGET_FOLDER[pf], "pandoc"))
except: # noqa
# not one of the know platforms...
pass

The program executes the marked line and never terminates.

Really interesting. Can you share your OS configuration (Host, guest and WSL version) along with your python and pypandoc version?

cforce commented

WSL version: 1.2.5.0
Kernel version: 5.15.90.1
WSLg version: 1.0.51
MSRDC version: 1.2.3770
Direct3D version: 1.608.2-61064218
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.19045.2965
Python 3.11.3
pandoc 2.9.2.1

I have tried but I am not able to reproduce the issue