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

I am using arch linux to install #89

Open
jojojojojoj5564656465465 opened this issue May 16, 2024 · 10 comments
Open

I am using arch linux to install #89

jojojojojoj5564656465465 opened this issue May 16, 2024 · 10 comments

Comments

@jojojojojoj5564656465465
❯ oterm
Traceback (most recent call last):
  File "/usr/bin/oterm", line 5, in <module>
    from oterm.cli.oterm import cli
  File "/usr/lib/python3.12/site-packages/oterm/cli/oterm.py", line 6, in <module>
    from oterm.app.oterm import app
  File "/usr/lib/python3.12/site-packages/oterm/app/oterm.py", line 9, in <module>
    from oterm.app.widgets.chat import ChatContainer
  File "/usr/lib/python3.12/site-packages/oterm/app/widgets/chat.py", line 26, in <module>
    from oterm.app.widgets.image import ImageAdded
  File "/usr/lib/python3.12/site-packages/oterm/app/widgets/image.py", line 6, in <module>
    from rich_pixels import Pixels
ModuleNotFoundError: No module named 'rich_pixels'`
@ggozad
Copy link
Owner

ggozad commented May 17, 2024

How did you install? Is it with pip or something else?

@jojojojojoj5564656465465
Copy link
Author

@DanielChesters
Copy link

Hi,

AUR package maintainer here.

Since it is only in AUR, could not simply use pacman -S oterm to install it. Which AUR helper do you used to install oterm in Arch ? Do you install all dependencies for oterm including those available only in AUR like python-rich-pixels ?

Regards

@ggozad
Copy link
Owner

ggozad commented Jun 10, 2024

@DanielChesters @jojojojojoj5564656465465 what's the status with this? Can we close?

@jojojojojoj5564656465465
Copy link
Author

@DanielChesters @jojojojojoj5564656465465 what's the status with this? Can we close?

Sorry I will try again today and give you update

@jojojojojoj5564656465465
Copy link
Author

jojojojojoj5564656465465 commented Jun 10, 2024

python-rich-pixels

Hello, i checked if python-rich-pixels is installed using paru python-rich-pixels it's installed

@jojojojojoj5564656465465
Copy link
Author

image

@jojojojojoj5564656465465
Copy link
Author

Traceback (most recent call last):
  File "/usr/bin/oterm", line 5, in <module>
    from oterm.cli.oterm import cli
  File "/usr/lib/python3.12/site-packages/oterm/cli/oterm.py", line 6, in <module>
    from oterm.app.oterm import app
  File "/usr/lib/python3.12/site-packages/oterm/app/oterm.py", line 11, in <module>
    from oterm.store.store import Store
  File "/usr/lib/python3.12/site-packages/oterm/store/store.py", line 11, in <module>
    from oterm.store.chat import queries as chat_queries
  File "/usr/lib/python3.12/site-packages/oterm/store/chat.py", line 1, in <module>
    import aiosql
ModuleNotFoundError: No module named 'aiosql'

@DanielChesters
Copy link

@jojojojojoj5564656465465 You should do paru -S oterm and it should install all mandatory dependencies, including those from AUR.

@jojojojojoj5564656465465
Copy link
Author

@jojojojojoj5564656465465 You should do paru -S oterm and it should install all mandatory dependencies, including those from AUR.

i tried and it's not working

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

4 participants
@ggozad @DanielChesters @jojojojojoj5564656465465 and others