hdc-5643 opened a new issue, #37559:
URL: https://github.com/apache/superset/issues/37559

   ### Bug description
   
   >>> import subprocess
   >>> subprocess.run(["npm", "-v"])                          
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "D:\Miniconda3\envs\env_superset_dev\lib\subprocess.py", line 503, in 
run
       with Popen(*popenargs, **kwargs) as process:
     File "D:\Miniconda3\envs\env_superset_dev\lib\subprocess.py", line 971, in 
__init__
       self._execute_child(args, executable, preexec_fn, close_fds,
     File "D:\Miniconda3\envs\env_superset_dev\lib\subprocess.py", line 1456, 
in _execute_child
       hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
   FileNotFoundError: [WinError 2]
   
   ### Screenshots/recordings
   
   _No response_
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   3.9
   
   ### Node version
   
   16
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [ ] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [ ] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [ ] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to