Ma Mana ma Manama

Results 203 comments of Ma Mana ma Manama

Update. And this `sumy_eval sum-basic ...` or even `sumy sum-basic --length=60% --language=eng ... ` results in ``` File ".local/lib/python3.10/site-packages/sumy/summarizers/sum_basic.py", line 75, in word_freq_sum = sum([word_freq_in_doc[w] for w in content_words_in_sentence]) KeyError:...

In short: ``` pkg install tur-repo pkg install llvm-14 export LLVM_CONFIG=/data/data/com.termux/files/usr/opt/libllvm-14/bin/llvm-config pip install llvmlite ``` Pasting it here, also as an aide-memoire, as I keep forgetting it when upgrading llvmlite...

I have run into it yet again AD 2024 - a kind of deja vu. Ugly solution: 1. `git clone https://github.com/libarchive/libarchive` Locate where the missing file is: ``` ~/downloads/cmake-python-distributions $...

Yes, it works now. Another tip to troubleshoot, if needed: `sudo -i ` as then, after some auth login tricks: ``` ~# gh auth status github.com ✓ Logged in to...

See [this](https://github.com/lencx/ChatGPT/issues/31#issuecomment-1367887414) for background: in short, in chat-gpt_0.7.3 (sic) I had tried to remove these shortcut and indicator modules and recompile via homebrew. It kinda worked but it had produced...

Me no coder (in principle ;), and I have never used or even heard of debugging rust before, but uncle ChatGPT helped, so see below. In short "lib something something"...

Good news. I have run it on the same notebook, but under another Ubuntu (and thus with a cleaner box and with more RAM): ``` OS: Ubuntu 22.04.1 LTS x86_64...

I got it: "it's not an error, it's a feature ;)". Just in short, on the same notebook, with the same newest deb: OK: ``` OS: Ubuntu 22.04.1 LTS x86_64...

Sorry for writing in separate posts - I have just learnt from ChatGPT itself what "backtrace" does there, so it may help yous with that **OS: Ubuntu 20.04.5 LTS x86_64**...

Yes, I have run the [appimage](https://github.com/lencx/ChatGPT/releases/download/v0.7.4/chat-gpt_0.7.4_amd64.AppImage) on Ubuntu 20 (see above: Ubuntu 20 "deb bad" vs Ubuntu 22 "deb ok") and I have integrated it (via another mechanism). I thus...