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

Cannot buid blender launcher on Linux mint #149

Open
HannahFantasia opened this issue Oct 16, 2024 · 2 comments
Open

Cannot buid blender launcher on Linux mint #149

HannahFantasia opened this issue Oct 16, 2024 · 2 comments
Labels
bug Something isn't working packaging related The packaging solutions being a nuisance again

Comments

@HannahFantasia
Copy link

Describe the bug

(.venv) hannah@XXX:~/Blender-Launcher-V2$ sh scripts/build_linux_debug.sh
134 INFO: PyInstaller: 6.5.0, contrib hooks: 2024.9
134 INFO: Python: 3.10.15
135 INFO: Platform: Linux-6.8.0-47-generic-x86_64-with-glibc2.39
136 INFO: wrote /home/hannah/Blender-Launcher-V2/Blender Launcher.spec
137 INFO: Removing temporary files and cleaning cache in /home/hannah/.cache/pyinstaller
137 INFO: Extending PYTHONPATH with paths
['/home/hannah/Blender-Launcher-V2/source']
236 INFO: Appending 'binaries' from .spec
236 INFO: Appending 'datas' from .spec
Unable to find '/home/hannah/Blender-Launcher-V2/source/resources/api/stable_builds_api_linux.json' when adding binary and data files.

To Reproduce
Follow the guide on the github page
https://victor-ix.github.io/Blender-Launcher-V2/development/?h=#__tabbed_5_2

Expected behavior
Blender launcher should build as executable.

System (please complete the following information):

  • Operation system: Linux Mint
  • Blender launcher version: Latest git pull, 4a3d4f6
@HannahFantasia
Copy link
Author

HannahFantasia commented Oct 16, 2024

Making two files that are identical but have different names based on the error logs and such does allow it to build, will update.

@zeptofine
Copy link
Collaborator

/home/hannah/Blender-Launcher-V2/source/resources/api/stable_builds_api_linux.json

Sorry for the late reply, but this file can be omitted from the build script for the moment.

This file is generated when you fetch the stable builds inside the application. It should be located in your ~/.cache/Blender\ Launcher. If you want to include it, move that file to the location specified in the error

@Victor-IX Victor-IX added bug Something isn't working packaging related The packaging solutions being a nuisance again labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working packaging related The packaging solutions being a nuisance again
Projects
Status: Backlog
Development

No branches or pull requests

3 participants