Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win64 build failed #2523

Open
roboticsware opened this issue Oct 11, 2024 · 0 comments
Open

win64 build failed #2523

roboticsware opened this issue Oct 11, 2024 · 0 comments

Comments

@roboticsware
Copy link

What were you trying to do?

Tried to build win64 Windows version

What steps did you take to trigger the issue?

No response

What did you expect to happen?

No response

What actually happened?

Build failed with logs below:

I pip out: Successfully built mu-editor
I Step 'win.icon-from-png': starting.
I Step 'win.icon-from-png': completed.
I Step 'pup.python-runtime': starting.
C Execution failure: unexpected end of data
C Traceback below:
Traceback (most recent call last):
File "C:\dev\mu\venv-pup\lib\site-packages\pup_main_.py", line 31, in wrapper
exit_code = command_function(*args, **kw)
File "C:\dev\mu\venv-pup\lib\site-packages\pup_main_.py", line 82, in package
return api.package(
File "C:\dev\mu\venv-pup\lib\site-packages\pup\api.py", line 64, in package
dsp.run_pluggable_step(step)
File "C:\dev\mu\venv-pup\lib\site-packages\pup\dispatcher.py", line 79, in run_pluggable_step
return self._invoke_plugin(name)
File "C:\dev\mu\venv-pup\lib\site-packages\pup\dispatcher.py", line 68, in _invoke_plugin
return plugin(self._ctx, self, **kwargs)
File "C:\dev\mu\venv-pup\lib\site-packages\pup\plugins\python_runtime.py", line 66, in call
self._extract_zstd_file(pbs_artifact, pbs_dir)
File "C:\dev\mu\venv-pup\lib\site-packages\pup\plugins\python_runtime.py", line 128, in _extract_zstd_file
tf.extractall(path=target_dir)
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 2241, in extractall
self._extract_one(tarinfo, path, set_attrs=not tarinfo.isdir(),
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 2304, in _extract_one
self._extract_member(tarinfo, os.path.join(path, tarinfo.name),
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 2386, in _extract_member
self.makefile(tarinfo, targetpath)
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 2439, in makefile
copyfileobj(source, target, tarinfo.size, ReadError, bufsize)
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 253, in copyfileobj
raise exception("unexpected end of data")
tarfile.ReadError: unexpected end of data
I pup 1.0.0a17 - done
Traceback (most recent call last):
File "make.py", line 502, in
sys.exit(main(*sys.argv[1:]))
File "make.py", line 498, in main
return function(*args)
File "make.py", line 454, in win64
_build_windows_msi(bitness=64)
File "make.py", line 440, in _build_windows_msi
subprocess.check_call(cmd)
File "C:\Users\user.conda\envs\mu\lib\subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['./venv-pup/Scripts/pup.exe', 'package', '--launch-module=mu', '--nice-name=Mu Editor Custom', '--icon-path=./package/icons/win_icon.ico', '--license-path=./LICENSE', '.']' returned non-zero exit status 4294967295.

Operating System Version

win10

Mu Version

1.2.x

Other Info

No response

Editor Log

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant