-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Description
Platform
- Hardware: [ESP-12]
- Development Env: [VS Code: Platformio]
- Operating System: [Windows 10]
Problem Description
I already add openssl to the path (like this issue #7300 ), but I get a new error:
Traceback (most recent call last):
File "certs-from-mozilla.py", line 68, in <module>
call( arCmd )
File "C:\Users\<myuser>\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 340, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\<myuser>\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\<myuser>\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado
It says is missing "ar" or "arCMD", but I can't find any references to this files on internet.
Metadata
Metadata
Assignees
Labels
No labels