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

Bug: No module named 'simple_term_menu' #136

Closed
zzzzzozzzzz opened this issue Aug 2, 2021 · 0 comments
Closed

Bug: No module named 'simple_term_menu' #136

zzzzzozzzzz opened this issue Aug 2, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zzzzzozzzzz
Copy link

zzzzzozzzzz commented Aug 2, 2021

Bug Report

Current Behavior
No module named 'simple_term_menu'.

Command used:

poetry run rip discover

Environment

  • streamrip version: 5169da4
  • Python version: 3.9
  • OS: Linux

Traceback

  ModuleNotFoundError

  No module named 'simple_term_menu'

  at rip/core.py:738 in interactive_search
      734│                 self.append(choice[0][1])
      735│ 
      736│             return True
      737│         else:
    → 738│             from simple_term_menu import TerminalMenu
      739│ 
      740│             menu = TerminalMenu(
      741│                 map(title, enumerate(results)),
      742│                 preview_command=from_title,

Additional Information
This behavior was never fixed. For some reason poetry ignores the Simple Terminal Menu installation.

 Package operations: 55 installs, 0 updates, 0 removals

  • Installing soupsieve (2.2.1)
  • Installing beautifulsoup4 (4.9.3)
  • Installing certifi (2021.5.30)
  • Installing charset-normalizer (2.0.3)
  • Installing idna (3.2)
  • Installing markupsafe (2.0.1)
  • Installing pyparsing (2.4.7)
  • Installing pytz (2021.1)
  • Installing six (1.16.0)
  • Installing urllib3 (1.26.6)
  • Installing waitress (2.0.0)
  • Installing webob (1.8.7)
  • Installing alabaster (0.7.12)
  • Installing appdirs (1.4.4)
  • Installing babel (2.9.1)
  • Installing click (8.0.1)
  • Installing crashtest (0.3.1)
  • Installing decorator (5.0.9)
  • Installing docutils (0.17.1)
  • Installing imagesize (1.2.0)
  • Installing jinja2 (3.0.1)
  • Installing mccabe (0.6.1)
  • Installing mypy-extensions (0.4.3)
  • Installing packaging (21.0)
  • Installing pathspec (0.9.0)
  • Installing pycodestyle (2.7.0)
  • Installing pyflakes (2.3.1)
  • Installing pygments (2.9.0)
  • Installing pylev (1.4.0)
  • Installing regex (2021.7.6)
  • Installing requests (2.26.0)
  • Installing sphinxcontrib-applehelp (1.0.2)
  • Installing snowballstemmer (2.1.0)
  • Installing sphinxcontrib-devhelp (1.0.2)
  • Installing sphinxcontrib-htmlhelp (2.0.0)
  • Installing sphinxcontrib-jsmath (1.0.1)
  • Installing sphinxcontrib-qthelp (1.0.3)
  • Installing sphinxcontrib-serializinghtml (1.1.5)
  • Installing tomli (1.2.0)
  • Installing webtest (2.0.35)
  • Installing autodoc (0.5.0)
  • Installing black (21.7b0)
  • Installing cleo (1.0.0a3)
  • Installing deezer-py (1.0.4)
  • Installing flake8 (3.9.2)
  • Installing isort (5.9.3)
  • Installing mutagen (1.45.1)
  • Installing pathvalidate (2.4.1)
  • Installing pillow (8.3.1)
  • Installing pycryptodomex (3.10.1)
  • Installing sphinx (4.1.2)
  • Installing tomlkit (0.7.2)
  • Installing tqdm (4.62.0)
  • Installing types-click (7.1.2)
  • Installing types-pillow (8.3.1)

Installing the current project: streamrip (1.1)
@zzzzzozzzzz zzzzzozzzzz added the bug Something isn't working label Aug 2, 2021
@nathom nathom closed this as completed in b0be2f2 Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants