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

Oterm 0.6.9: runtime error: No module named 'textualeffects' #366021

Open
gaelj opened this issue Dec 17, 2024 · 0 comments
Open

Oterm 0.6.9: runtime error: No module named 'textualeffects' #366021

gaelj opened this issue Dec 17, 2024 · 0 comments
Labels
0.kind: bug Something is broken

Comments

@gaelj
Copy link

gaelj commented Dec 17, 2024

Describe the bug

> oterm                                        
Traceback (most recent call last):
  File "/nix/store/fqlbycsggrl1mz5wwnxghjbbbq31948q-oterm-0.6.9/bin/.oterm-wrapped", line 6, in <module>
    from oterm.cli.oterm import cli
  File "/nix/store/fqlbycsggrl1mz5wwnxghjbbbq31948q-oterm-0.6.9/lib/python3.12/site-packages/oterm/cli/oterm.py", line 7, in <module>
    from oterm.app.oterm import app
  File "/nix/store/fqlbycsggrl1mz5wwnxghjbbbq31948q-oterm-0.6.9/lib/python3.12/site-packages/oterm/app/oterm.py", line 13, in <module>
    from oterm.app.splash import splash
  File "/nix/store/fqlbycsggrl1mz5wwnxghjbbbq31948q-oterm-0.6.9/lib/python3.12/site-packages/oterm/app/splash.py", line 4, in <module>
    from textualeffects.effects import EffectType
ModuleNotFoundError: No module named 'textualeffects'

Steps To Reproduce

Steps to reproduce the behavior:

    environment.systemPackages = with pkgs; [
      ollama
      oterm
    ];

Notify maintainers

@suhr


Note for maintainers: Please tag this issue in your PR.


Add a 👍 reaction to issues you find important.

@gaelj gaelj added the 0.kind: bug Something is broken label Dec 17, 2024
@gaelj gaelj changed the title oterm-0.6.9: runtime error: No module named 'textualeffects' Oterm 0.6.9: runtime error: No module named 'textualeffects' Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant