Skip to main content
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
48 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
52 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

15 30 50 per page
1
2 3 4 5
402