akshara can't import PyYAML

on running akshara :
Traceback (most recent call last):
File "/usr/bin/akshara", line 23, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml
Traceback (most recent call last):
File "/usr/bin/akshara", line 23, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml
Solution:
Running these commands fixed it
Jump to solution
3 Replies
limby-giga-Shakman🇪🇬
the issue is with python 3.13 it doesn't have yaml installed only 3.12
pip3.13 install PyYAML --break-system-packages
pip3.13 install PyYAML --break-system-packages
pip3.13 install requests --break-system-packages
pip3.13 install requests --break-system-packages
pip3.13 install fasteners --break-system-packages
pip3.13 install fasteners --break-system-packages
Solution
limby-giga-Shakman🇪🇬
Running these commands fixed it
limby-giga-Shakman🇪🇬
and yes i'm as dumbfonded as you are

Did you find this page helpful?