salif / cli-games

Games in the terminal
https://salif.github.io/cli-games/
MIT License
49 stars 32 forks source link

ModuleNotFoundError when playing hangman [python] #13

Closed Seniru closed 5 years ago

Seniru commented 5 years ago

When I started to play the hangman in python I got a ModuleNotFoundError with the following stack trace.

Traceback (most recent call last):
  File "hangman.py", line 5 in <module>
    import pyfiglet
ModuleNotFoundError: No module named 'pyfiglet'

Steps to reproduce

System information

> cmd
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. all rights reserved

> python -VV
Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)
issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

salif commented 5 years ago

Issue fixed, please run pip install -r requirements.txt