We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python errors out when trying to import setuptools - not in requirements.txt
setuptools
python -m pip install -r requirements.txt
Expected behavior: Unmanic setups and installs
Actual behaviour: Script errors out - setuptools package not present
Reproduces how often: until setuptools is manually inserted in requirements.txt or seperately installed
requirements.txt
latest, 2024-09-07, 15:58 (3:58 PM) at the time of writing
OS: Fedora 40
Manual install using python and setup.py
I would also suggest adding a notice for python dev packages, such as python3-devel in Fedora
python3-devel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Python errors out when trying to import
setuptools
- not in requirements.txtSteps to Reproduce
python -m pip install -r requirements.txt
Expected behavior: Unmanic setups and installs
Actual behaviour: Script errors out -
setuptools
package not presentReproduces how often: until
setuptools
is manually inserted inrequirements.txt
or seperately installedVersions
latest, 2024-09-07, 15:58 (3:58 PM) at the time of writing
OS: Fedora 40
Installation Method Used
Manual install using python and setup.py
Additional Information
I would also suggest adding a notice for python dev packages, such as
python3-devel
in FedoraThe text was updated successfully, but these errors were encountered: