pypandoc icon indicating copy to clipboard operation
pypandoc copied to clipboard

Windows / WSL - dead lock, waits forver

Open cforce opened this issue 1 year ago • 3 comments

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.

cforce avatar May 16 '23 13:05 cforce

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

JessicaTegner avatar Jun 05 '23 09:06 JessicaTegner

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

cforce avatar Jun 12 '23 15:06 cforce

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

JessicaTegner avatar Oct 04 '23 19:10 JessicaTegner