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
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.
The text was updated successfully, but these errors were encountered:
I clone your repo and run
I get the error:
ModuleNotFoundError: No module named 'pyfiglet'
.But the
requirements.txt
containspyfiglet
and the logs areThen I uninstalled the module
pyfiglet
and got this log message:But also if I add
${APPDIR}/home/ikreb/.local/bin
to thePATH
variable, it doesn't help.The text was updated successfully, but these errors were encountered: