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 tried different versions of Python, but I always get this error, any idea why?
d3translate 0.1.1
loading google api credentials C:\Users\Dani\Desktop\d3translate-master\google.credentials.json
cleaning up build directory C:\Users\Dani\Desktop\d3translate-master\build
unpacking build\item_dlc1.msgbnd.dcx
Traceback (most recent call last):
File "C:\Users\Dani\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec)
File "C:\Users\Dani\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 85, in _run_code exec(code, run_globals)
File "C:\Users\Dani\Desktop\d3translate-master\d3translate\__main__.py", line 62, in <module> subprocess.call([r'tools/yabber/Yabber.exe', str(file)], stdout=subprocess.DEVNULL)
File "C:\Users\Dani\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 304, in call with Popen(*popenargs, **kwargs) as p:
File "C:\Users\Dani\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 756, in __init__ restore_signals, start_new_session)
File "C:\Users\Dani\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 1155, in _execute_child startupinfo)
OSError: [WinError 87] The parameter is incorrect
The text was updated successfully, but these errors were encountered:
I tried different versions of Python, but I always get this error, any idea why?
The text was updated successfully, but these errors were encountered: