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
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.
The text was updated successfully, but these errors were encountered:
Platform
Problem Description
I already add openssl to the path (like this issue #7300 ), but I get a new error:
It says is missing "ar" or "arCMD", but I can't find any references to this files on internet.
The text was updated successfully, but these errors were encountered: