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

ModuleNotFoundError: No module named 'pyfiglet' #1

Open
ikreb7 opened this issue May 2, 2021 · 0 comments
Open

ModuleNotFoundError: No module named 'pyfiglet' #1

ikreb7 opened this issue May 2, 2021 · 0 comments

Comments

@ikreb7
Copy link

ikreb7 commented May 2, 2021

I clone your repo and run

appimage-builder --recipe appimage-builder.yml

I get the error: ModuleNotFoundError: No module named 'pyfiglet'.

But the requirements.txt contains pyfiglet and the logs are

Requirement already satisfied: pyfiglet in /home/ikreb/.local/lib/python3.8/site-packages (from -r ./requirements.txt (line 1)) (0.8.post1)

Then I uninstalled the module pyfiglet and got this log message:

 Installing collected packages: pyfiglet
 WARNING: The script pyfiglet is installed in 'AppDir/home/ikreb/.local/bin' which is not on PATH.
 Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
 Successfully installed pyfiglet-0.8.post1

But also if I add ${APPDIR}/home/ikreb/.local/bin to the PATH variable, it doesn't help.

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