Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows / WSL - dead lock, waits forver #332

Open
cforce opened this issue May 16, 2023 · 3 comments
Open

Windows / WSL - dead lock, waits forver #332

cforce opened this issue May 16, 2023 · 3 comments

Comments

@cforce
Copy link

cforce commented May 16, 2023

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.

@JessicaTegner
Copy link
Owner

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

@cforce
Copy link
Author

cforce commented Jun 12, 2023

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

@JessicaTegner
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants