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

[Feature Request]: Alternative Install Method For Linux Distros #3534

Open
1 task done
Majoraslayer opened this issue Aug 16, 2024 · 2 comments
Open
1 task done

[Feature Request]: Alternative Install Method For Linux Distros #3534

Majoraslayer opened this issue Aug 16, 2024 · 2 comments
Labels
enhancement New feature or request triage This needs an (initial) review

Comments

@Majoraslayer
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What would your feature do?

I've been using Fooocus on Windows for several months, but after trying to migrate to Linux Mint, I was surprised to find that all of the install methods for Linux use pip. Every Linux distro seemingly ships with a different version and configuration of Python, and speaking from years of experience, always involves dependency hell to get working since Python is terrible with backwards compatibility. Changing to different versions of Python to accommodate these issues causes all sorts of compatibility problems. It would be great if Fooocus releases could include a .tgz package (maybe even a .deb and .rpm), or at the very least a cmake script that will compile everything without needing pip to download it. In my specific case, Mint 22 ships with Python 3.12 and pip is configured to refuse installs with "error: externally-managed-environment". If there's no way around this because of Fooocus relying on Python, maybe an official self-contained Docker image would be a good solution as well.

Proposed workflow

  1. Go to Releases page
  2. Download .deb or .rpm package depending on Linux distro
  3. Use the system's package installer (or extractor) to extract working binaries that Fooocus requires to run.

Additional information

No response

@Majoraslayer Majoraslayer added enhancement New feature or request triage This needs an (initial) review labels Aug 16, 2024
@zanaviska
Copy link

Maybe flathub app would be a good solution?

@Majoraslayer
Copy link
Author

Maybe flathub app would be a good solution?

A flatpak or snap could be a potential solution. They aren't my preferred method because they have permissions issues with secondary storage drives, but it would be one way to make sure all dependencies are included with Fooocus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage This needs an (initial) review
Projects
None yet
Development

No branches or pull requests

2 participants