Jason Fan
Jason Fan
As for the OP, the answer is written in the error trace. Just get Microsoft Visual C++ 14.0 installed [here](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16). And, as I've seen from past experience, if you see...
Go to /home/bingo/anaconda3/envs/pytorch/lib/python3.7/site-packages/chatterbot/tagging.py and look for the line `self.nlp = spacy.load(self.language.ISO_639_1.lower())` and replace it with: ``` if self.language.ISO_639_1.lower() == 'en': self.nlp = spacy.load('en_core_web_sm') else: self.nlp = spacy.load(self.language.ISO_639_1.lower()) ```
I have tried, after creating the cache and relaunching it replaced all characters with boxes, before the text reverted to normal and all resource packs deloaded. TL;DR same thing. Are...
I posted my logs in Discord, but I guess I'll repost it [here](https://pastebin.com/6TKvvnMg). Should I also add a resource pack list?
For me, the ratio bar works fine as long as I set `rateBarEnabled` to `true` in the `extConfig`. (without using the trustedHTML fix.) However, configuring anything in the `extConfig` disables...
My current incredibly scuffed solution: ``` #!/usr/bin/env bash set -o pipefail # run zsh in a blank login shell and set $PATH to that $PATH # this basically sets $PATH...
Also having this problem. NixOS 25.05 (Warbler) Xfce 4.20 Theme installed from nixpkgs (nvidia graphics card)
Would love this, especially as just sudo'ing it is unsupported