Xirider / LiveCode

Real-time python variable evaluation
MIT License
13 stars 2 forks source link

Is it support miniconda? #13

Open pheotry opened 1 year ago

pheotry commented 1 year ago

Error in the LiveCode extension! Error running python with command: D:\Program Files\miniconda3\python.exe -u c:\Users.sand.vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python\arepl_python_evaluator.py Error: spawn D:\Program Files\miniconda3\python.exe ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:478:16) at process.processTicksAndRejections (node:internal/process/task_queues:83:21)

Are you sure you have installed python 3 and it is in your PATH? You can download python here: https://www.python.org/downloads/

Ke-Albert commented 4 months ago

Same problem, and I google this but it seems to be no answer. Maybe need to set settings.json or this extension's setting about python path, but I don't know how to do it.

liliaoyuan commented 3 months ago

Same problem, and I google this but it seems to be no answer. Maybe need to set settings.json or this extension's setting about python path, but I don't know how to do it.

Hi there! Do you solve the problem? I guess it is due to my muti-version python intepreters, so the proper path this extension can not fit. But still wondering how I should set it.

gandli commented 1 month ago

Seems to need to set the path to the python.exe example: C:\Users\name\.pyenv\pyenv-win\versions\3.7.4\python.exe