On Tue, May 07, 2024 at 08:42:44PM +0200, Solene Rapenne wrote:
> tuir doesn't run, I'm not sure why though
> 
> I'm not a regular user, last time I tried
> was in August 2023 and it worked :D

Both the one from packages and a freshly built one from ports with
python 3.11 work here. Are you sure you have fully transitioned to 3.11?

> 
> ryzen$ tuir
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.11/site-packages/tuir/packages/__init__.py", 
> line 18, in <module>
>     from . import praw
>   File 
> "/usr/local/lib/python3.11/site-packages/tuir/packages/praw/__init__.py", 
> line 35, in <module>
>     from . import decorators, errors
>   File 
> "/usr/local/lib/python3.11/site-packages/tuir/packages/praw/decorators.py", 
> line 26, in <module>
>     import decorator
> ModuleNotFoundError: No module named 'decorator'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/local/bin/tuir", line 5, in <module>
>     from tuir.__main__ import main
>   File "/usr/local/lib/python3.11/site-packages/tuir/__main__.py", line 36, 
> in <module>
>     from . import packages
>   File "/usr/local/lib/python3.11/site-packages/tuir/packages/__init__.py", 
> line 20, in <module>
>     import praw
> ModuleNotFoundError: No module named 'praw'
> 

Reply via email to