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

[I need help] #3908

Open
ametoyuki098 opened this issue Dec 27, 2023 · 0 comments
Open

[I need help] #3908

ametoyuki098 opened this issue Dec 27, 2023 · 0 comments

Comments

@ametoyuki098
Copy link

I installed the Arch Linux distribution on Termux using proot-distro. Then, within Arch, I installed pipx and used it to successfully install FlexGet. However, when I type flexget, I encounter the following error message:

Traceback (most recent call last):
File "/root/.local/bin/flexget", line 5, in
from flexget import main
File "/root/.local/share/pipx/venvs/flexget/lib/python3.11/site-packages/flexget/init.py", line 11, in
from flexget.manager import Manager
File "/root/.local/share/pipx/venvs/flexget/lib/python3.11/site-packages/flexget/manager.py", line 37, in
from flexget.config_schema import ConfigError
File "/root/.local/share/pipx/venvs/flexget/lib/python3.11/site-packages/flexget/config_schema.py", line 15, in
from flexget.utils import qualities, template
File "/root/.local/share/pipx/venvs/flexget/lib/python3.11/site-packages/flexget/utils/template.py", line 30, in
from flexget.utils.tools import format_filesize, parse_filesize, split_title_year
File "/root/.local/share/pipx/venvs/flexget/lib/python3.11/site-packages/flexget/utils/tools.py", line 31, in
import psutil
File "/root/.local/share/pipx/venvs/flexget/lib/python3.11/site-packages/psutil/init.py", line 102, in
from . import _pslinux as _psplatform
File "/root/.local/share/pipx/venvs/flexget/lib/python3.11/site-packages/psutil/_pslinux.py", line 25, in
from . import _psutil_linux as cext
ImportError: /root/.local/share/pipx/venvs/flexget/lib/python3.11/site-packages/psutil/_psutil_linux.abi3.so: undefined symbol: __errno

image
I'm not sure how to solve this problem. I tried installing FlexGet in the same way in other proot environments like Debian and Ubuntu and did not encounter the issue that I'm facing in Arch. Additionally, when I tried to install FlexGet directly in Termux without using proot-distro, I encountered the same problem. Even when using a virtual environment (venv), the issue persists.
image
I'm not sure if this is the right place to submit this problem, and I'm not sure where to go for help with this issue. Please forgive me if there's anything wrong.

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