You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompletedProcess(args=['esbuild', '--version'], returncode=0, stdout=b'0.24.2\n', stderr=b'')
CompletedProcess(args=['esbuild.cmd', '--version'], returncode=0, stdout=b'0.24.2\n', stderr=b'')
Traceback (most recent call last):
File "c:\CIVA_RP\CIVA_ARQANE\src_python\pyciva\pyciva\confetti.py", line 24, in <module>
print(sbp.run(["esbuild", "--version"], capture_output=True))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\CIVA_RP\CIVA_ARQANE\ProjetCIVA\ceaComponents\dev\python\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\CIVA_RP\CIVA_ARQANE\ProjetCIVA\ceaComponents\dev\python\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\CIVA_RP\CIVA_ARQANE\ProjetCIVA\ceaComponents\dev\python\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] Le fichier spécifié est introuvable
The text was updated successfully, but these errors were encountered:
panel version 1.5.1
python 3.12
windows 10
On windows 10 the command to check if "esbuild" is intalled failed
the following script:
produce
The text was updated successfully, but these errors were encountered: