Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created January 25, 2022 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/ac6d306dc5bf24e7473711ac1911e539 to your computer and use it in GitHub Desktop.
Save exarkun/ac6d306dc5bf24e7473711ac1911e539 to your computer and use it in GitHub Desktop.
py create: D:\a\zfec\zfec\.tox\py
ERROR: invocation failed (exit code 1), logfile: D:\a\zfec\zfec\.tox\py\log\py-0.log
================================== log start ==================================
fail
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\embed\via_app_data\via_app_data.py", line 92, in _get
env=self.env,
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\wheels\acquire.py", line 26, in get_wheel
wheel = from_bundle(distribution, version, for_py_version, search_dirs, app_data, do_periodic_update, env)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\wheels\bundle.py", line 19, in from_bundle
distribution, of_version, for_py_version, wheel, search_dirs, app_data, do_periodic_update, env
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\wheels\periodic_update.py", line 47, in periodic_update
handle_auto_update(distribution, for_py_version, wheel, search_dirs, app_data, env)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\wheels\periodic_update.py", line 82, in handle_auto_update
trigger_update(distribution, for_py_version, wheel, search_dirs, app_data, periodic=True, env=env)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\wheels\periodic_update.py", line 232, in trigger_update
process = Popen(cmd, **kwargs)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\lib-python\3\subprocess.py", line 744, in __init__
restore_signals, start_new_session)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\lib-python\3\subprocess.py", line 1045, in _execute_child
startupinfo)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\lib_pypy\_winapi.py", line 294, in CreateProcess
si.dwFlags = startup_info.dwFlags
AttributeError: cdata 'PROCESS_INFORMATION *' has no field 'dwFlags'
fail
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\embed\via_app_data\via_app_data.py", line 92, in _get
env=self.env,
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\wheels\acquire.py", line 37, in get_wheel
env=env,
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\site-packages\virtualenv\seed\wheels\acquire.py", line 66, in download_wheel
process = Popen(cmd, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\lib-python\3\subprocess.py", line 744, in __init__
restore_signals, start_new_session)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\lib-python\3\subprocess.py", line 1045, in _execute_child
startupinfo)
File "c:\hostedtoolcache\windows\pypy\3.6.12\x86\lib_pypy\_winapi.py", line 294, in CreateProcess
si.dwFlags = startup_info.dwFlags
AttributeError: cdata 'PROCESS_INFORMATION *' has no field 'dwFlags'
AttributeError("cdata 'PROCESS_INFORMATION *' has no field 'dwFlags'",)
RuntimeError: seed failed due to failing to download wheels pip
=================================== log end ===================================
ERROR: InvocationError for command 'c:\hostedtoolcache\windows\pypy\3.6.12\x86\python.exe' -m virtualenv --no-download --python 'c:\hostedtoolcache\windows\pypy\3.6.12\x86\python.exe' py (exited with code 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment