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

WDL DevTools on Visual Studio Code not usable on Windows 10 #21

Open
PriitPaluoja opened this issue Dec 9, 2021 · 0 comments
Open

WDL DevTools on Visual Studio Code not usable on Windows 10 #21

PriitPaluoja opened this issue Dec 9, 2021 · 0 comments

Comments

@PriitPaluoja
Copy link

WDL DevTools (0.0.77) on Visual Studio Code fails on Windows 10 due to fcntl not being available on Windows.

  • WDL DevTools Version: 0.0.77
  • Visual Studio Code: 1.63.0
  • Edition Windows 10 Pro
  • Version 21H2
  • Installed on ‎06.‎10.‎2020
  • OS build 19044.1387
  • Experience Windows Feature Experience Pack 120.2212.3920.0
Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\priit.paluoja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\wdl_lsp\__main__.py", line 21, in <module>
    from .server import server
  File "C:\Users\priit.paluoja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\wdl_lsp\server.py", line 54, in <module>
    import WDL
  File "C:\Users\priit.paluoja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\WDL\__init__.py", line 15, in <module>
    from . import _util, _parser, Error, Type, Value, Env, Expr, Tree, Walker
  File "C:\Users\priit.paluoja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\WDL\_util.py", line 11, in <module>
    import fcntl
ModuleNotFoundError: No module named 'fcntl'
[Info  - 10:22:01] Connection to server got closed. Server will restart.
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

1 participant