Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
51 views

I am trying to turn my Python script to an exe, but for some reason pyinstaller is just outputting a file of type file. It doesn't run if I add .exe to the end either. I am using WSL in VSCode and ...
AP_'s user avatar
  • 35
0 votes
0 answers
64 views

Problem I recently installed pyenv on wsl(24.04) and tried to set python version on local directory, but I got this error: $ pyenv local 3.14.0 ~/.pyenv/libexec/pyenv-version-file-write: line 37: ....
nishio ken1's user avatar
0 votes
0 answers
42 views

[Installing, this may take a few minutes... WslRegisterDistribution failed with error: 0x80370114 Error: 0x80370114 L'opÚration n'a pas pu Ûtre dÚmarrÚe car une fonctionnalitÚ requise n'est pas ...
Coders26's user avatar
0 votes
0 answers
49 views

I need to install a project on GitHub, and they said it should be installed by docker, so I installed docker desktop for windows and set up WSL integration following the guide on docker website. After ...
Cs_J's user avatar
  • 141
-5 votes
0 answers
54 views

Extension: WSL I have a use case that requires modifying the WSL VSCode extension. The extension page takes you to a GH repo for vscode-remote-release, but the extension code isn't in there. I've look ...
Dan's user avatar
  • 11
1 vote
1 answer
74 views

I’m using GridDB 5.7 with Node.js 16 on WSL2 Ubuntu 22.04. I can successfully connect to the GridDB node, but when I create a container and try to insert a row, I get a segmentation fault: My code ...
Md Salimullah's user avatar
0 votes
1 answer
53 views

I installed GridDB 5.7 and created a Node.js project: mkdir griddb-node-test cd griddb-node-test npm init -y npm install griddb-node My code (test.js): const griddb = require('griddb-node'); console....
Md Salimullah's user avatar
0 votes
0 answers
76 views

I use WSL in Windows for developments but for a few days it is not working, it is just in the mood of loading and loading unloading. I checked my WSL via command terminal it's working there, but it's ...
swarnadeeppaul's user avatar
0 votes
0 answers
48 views

Camoufox browser window remains visible in WSL even when headless is set to virtual Description When headless is set to "virtual", the Camoufox browser window still appears on the screen in ...
exlead's user avatar
  • 1
0 votes
0 answers
58 views

I installed GridDB 5.7 and am trying to use the Node.js client to create a store object. My code is: Input const griddb = require('griddb-node'); const factory = griddb.StoreFactory.createStore({ ...
Md Salimullah's user avatar
-2 votes
1 answer
48 views

I wanted to update my VSCode extension. But when running npm run test I get an error: Error: Cannot find module './build/Debug/keymapping' I tried to compare it with fresh extension, generated with ...
Misiur's user avatar
  • 5,393
0 votes
1 answer
55 views

I have Laravel Sail installed in WSL, and I'm trying to debug the application using Xdebug. This only works if I enter the WSL IP address directly into the browser (http://172.17.170.44:8000). If I ...
Nitram Nekonečný's user avatar
1 vote
0 answers
64 views

i am having hard time with configuring vargrant vm with ansible, my host machine is windows 11 so i use WSL. (something its working and something i get "Failed to connect to the host via ssh"...
ezra's user avatar
  • 105
0 votes
0 answers
21 views

Error output when running dfx commands I’m trying to run a simple Motoko project locally using the DFINITY SDK (dfx), but none of the dfx commands seem to work properly. I’ve tried running commands ...
Aditya Mahekar's user avatar
5 votes
2 answers
90 views

I'm developing a simple Actix Web backend in Rust and running it on WSL (Windows Subsystem for Linux). The server runs fine the first time, but when I use cargo watch -x run to auto-restart it on code ...
forstudy's user avatar
-1 votes
1 answer
80 views

I have been working on a project from WSL distribution which used yarn and docker so when I tested the project locally, it took up a lot of space. I already have little space on my disk, so when I ran ...
Elien's user avatar
  • 9
0 votes
0 answers
50 views

I'm working with WSL2 on Windows, running Ubuntu (and I've tried Arch as well), and I'm encountering some odd behavior with the Linux kernel symbols, specifically around the printk function. It feels ...
Tayler's user avatar
  • 15
0 votes
0 answers
32 views

I work on a Windows machine and have installed WSL with Ubuntu running, followed three different tutorials on how to set up Java and Android SDKs in that environment, and I'm still getting "...
The Maniac's user avatar
  • 2,623
1 vote
1 answer
94 views

Is it possible to access a symlink created in WSL from an R session running on the Windows host? I've made a symlink in WSL. The link is not broken. I can view the contents in WSL using nano /...
noNameTed's user avatar
  • 321
0 votes
1 answer
107 views

Background I tried to develop a Rust lib to assist with swapping filenames for any two files, but I had problems when I tried to dealing with paths on WSL. Examples Normal Situation File1 File2 Before ...
LinkChou's user avatar
0 votes
0 answers
41 views

I have a minikube installed on Ubuntu in WSL2. Calling following deployment: kubectl create deployment hello-minikube1 --image=kicbase/echo-server:1.0 Then creating service: kubectl apply -f hello-...
Mireczek's user avatar
0 votes
0 answers
32 views

I am currently trying to alter the behaviour of the PJSIP library I have installed on my local WSL. I am trying to add print statements in the code to understand the behaviour, between this library ...
Kiwi 's user avatar
0 votes
0 answers
266 views

I have been having issues with copilot in VScode, regardless of which model is used. The issues arise especially in agent/edit mode. The error message im getting in the output logs: ...
celle hendrickx's user avatar
2 votes
0 answers
92 views

I’m working with VLLM (open-source) which includes C++ extension code compiled for Python. I installed it using CXXFLAGS="-Og -g" pip install -e . I want to debug the C++ code from Python by ...
Rachel Ovrani's user avatar
0 votes
0 answers
67 views

I can mount a company network drive in the WSL terminal. Presumably it can use the privileges of my windows user instead of my wsl ubuntu user when I do it. However when I am running Visual Studio ...
Bub's user avatar
  • 104
1 vote
1 answer
141 views

I am trying to build a static FrankenPHP binary using their official Docker setup on Windows 10 with WSL 2 (Ubuntu). The build process, which uses docker buildx bake, fails at a step that downloads ...
luhur65's user avatar
  • 13
3 votes
2 answers
1k views

It was working fine a couple of days ago, now it's stuck in "Opening remote". An error is shown on a toast saying: "No WSL distros found. New distros can be installed from the Microsoft ...
Danziger's user avatar
  • 21.4k
0 votes
0 answers
47 views

I have a docker application that we have deployed on a clients Windows 2022 server. As part of the clients security protocol the server does occasional restarts. I'd like the app to be redeployed ...
asett's user avatar
  • 23
1 vote
1 answer
171 views

I’m trying to debug my Python code with debugpy in VS Code on WSL (Ubuntu). Environment: Python: 3.12.3 (venv) vLLM: 0.10.1.1+cpu debugpy: ms-python.debugpy-2025.10.0 (from VS Code extension) ...
R T's user avatar
  • 19
0 votes
0 answers
31 views

I am running a devcontainer on my windows machine using ubuntu as the WSL bistro. When I click the dot Power User extension - it's just loading constantly (the little blue line in the image moves from ...
rusty009's user avatar
  • 876
-2 votes
1 answer
73 views

This script behaves perfectly fine on a real Ubuntu system. #!/bin/bash set -Eeu -o pipefail word1=$(awk '{print $2}' eff_short_wordlist_2_0.txt | fzf) echo "${word1}" word2=$(awk '{print $...
Wisteso's user avatar
  • 384
0 votes
0 answers
91 views

I've got Tailscale running on Windows 11 but I have some Bash scripts I run in WSL2 that query devices connected via Tailscale. That works fine, but parts of the scripts query the Tailscale CLI ...
parsley72's user avatar
  • 9,317
1 vote
1 answer
94 views

I have a python script that process a list of time consuming tasks via calling subprocess, with ThreadPoolExecutor + max_worker to execute a small number of tasks in parallel. I want to be able to ...
XXXHHHH's user avatar
  • 130
1 vote
1 answer
100 views

I am using VSCode on windows with WSL Linux where the project files are and PHP and the XDebug debugger are running. When Ray or Ignition display debug information with a filename, I would like the ...
PaulH's user avatar
  • 3,139
0 votes
1 answer
92 views

We are developing an ASP.NET app on windows, which runs in docker. When using docker desktop, it "all just works". But a few of us are used to develop in Linux and prefer to work with WSL ...
bas's user avatar
  • 15.2k
0 votes
2 answers
43 views

I am trying to use a .bat file that would automatically open the console, and change into a certain conda venv in WSL / Ubuntu. The following .bat file does open Ubuntu / wsl, but it stays in (base) ...
tmighty's user avatar
  • 11.5k
0 votes
0 answers
134 views

I tried a few times to install node and npm in WSL/Ubuntu22.04 via NVM, both node and npm would work just fine right after installation. But once I exit WSL2, wait for a while when it is confirmed ...
Zhiyong Li's user avatar
0 votes
0 answers
70 views

My setup Windows 11 and WSL with Ubuntu 24 instance. I would like to have a typical Linux experience inside WSL. However when I have a directory structure like this % tree ...
EvgeniySharapov's user avatar
2 votes
1 answer
172 views

I've been working with the timeval struct and gettimeofday() for a couple of days now. Although I'm starting to understand how it works, there are still some cases where I'm completely lost. I'm ...
marcosto 29's user avatar
0 votes
1 answer
71 views

I have just installed eclipse with wsl2 by following the guide below: https://gist.github.com/rsenden/7bc96a3e678b60e61c750517ca8de883 While the setup is successful and eclipse is running, I am trying ...
Paras Bansal's user avatar
0 votes
0 answers
52 views

I am trying to run HOOMD-blue 5.2.0 with GPU support inside WSL2 (Windows Subsystem for Linux), but I keep getting the following error: RuntimeError: CUDA Error: invalid device ordinal before /hoomd/...
Eric Ortiz Vazquez's user avatar
0 votes
1 answer
153 views

In Windows cmd you can run wsl commands just by typing: > wsl pwd /mnt/c/Users/user/ But when I try to run functions that are stored in ~/.bashrc file, nothing is happening: > wsl test > ...
IGRACH's user avatar
  • 3,726
0 votes
0 answers
121 views

The latest docker desktop can't pull. I use docker desktop and pull in Docker Hub, it shows (HTTP code 500) server error - failed to resolve reference "docker.io/n8nio/n8n:latest": failed to ...
K J Sora's user avatar
0 votes
3 answers
4k views

I'm attempting to connect to several MCP Servers in VS Code after general availability was recently released. VS Code is running in WSL: Ubuntu. I made a number of changes to my VS Code terminal ...
spencerready's user avatar
1 vote
1 answer
273 views

This is a specific question about how to inject or modify environment variables into the VS Code remote server. I am using Windows 11 Visual Studio Code release 1.102.1 I am trying to use the MCP ...
Brian Horakh's user avatar
1 vote
1 answer
169 views

Windows 11: 24h2 VS Code: 1.102.1 (WSL: Ubuntu 24.04.2 LTS) Intelephense: 1.14.4 Symfony: v6.4.23 PHP: 8.2.28 <?php namespace App\Command; use Doctrine\Bundle\FixturesBundle\Fixture; use Doctrine\...
mrpeebs's user avatar
  • 31
0 votes
0 answers
372 views

I need help figuring out the following: I have a requirement to run an application through WSL (both in debug and non-debug modes) in Rider 2025.1. I don’t understand how to set this up—I’ve already ...
JustProgrammer's user avatar
0 votes
1 answer
128 views

I am using WSL2 (Ubuntu) to develop a React application built using Vite. When running the npm run dev command, the terminal reports that the server is running on localhost:8080, but: When trying to ...
mbpxl's user avatar
  • 3
-1 votes
1 answer
59 views

So Im trying to deploy some terraform configuration into localstack. Im running it inside WSL so linux based, The problem is that for testing now the configuration in terraform creates an S3 bucket ...
HashtagForgotName's user avatar
0 votes
2 answers
85 views

I have a Symfony project running in container via WSL2. There is a messenger worker that I would like to start automatically when starting the project with ddev start. To start the worker manually, I ...
Bernard Polman's user avatar

1
2 3 4 5
121