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
Obviously I’ve tried setting PYTHONPATH in the environment but to no avail. I should also mention the python install is absolutely fine, and the app runs with briefcase dev
Thanks for the report - this appears to be an OpenSuSE specific detail. Unfortunately, we don't currently advertise support for OpenSuSE.
That said - adding support shouldn't be that difficult.
The immediate cause of the problem you're seeing is that OpenSuSE isn't identifying a vendor base; and as a result, it's not working out that OpenSuSE is using the /usr/lib64 folder.
Adding an extra block to identify SuSE as a vendor base,
Include SuSE in the list of RPM-alike platforms,
Modify the template so that it identifies SuSE as needing the lib64 folder
Adding OpenSuSE to the list of Linux distros that are known to support RPM.
I'm modifying the ticket to be a feature request for OpenSUSE support; if you want to try your hand at a fix, you're more than welcome to take a swing - we're here to provide help if you need it.
If you run Briefcase on OpenSuSE, you currently get an error:
Describe the bug
Running a built app fails with:
And we have:
Note the path
/usr/lib64/python3.11
is not in PYTHONPATH (lib64
instead oflib
).Steps to reproduce
briefcase run
Expected behavior
Building picks up the paths required for python to run.
Screenshots
No response
Environment
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: