Shellcat-Zero
Shellcat-Zero
Ah, yes, you're correct, it shows: ``` /home/username/Documents/qutebrowser/.venv/lib/python3.8/site-packages/PyQt5 -> /home/username/miniconda3/lib/python3.8/site-packages/PyQt5 ``` I bypassed Anaconda, then fixed a bunch of missing Qt dependencies (which I'll document here later, since they're not...
> A PR to the install docs would be great! You can even do that from inside GitHub FWIW I may do that, but I might create the Conda package...
Thanks to Amir's comment, my install succeeded with: ``` pip install auto-sklearn --no-build-isolation ```
> @Shellcat-Zero hi, do you use this `pip install auto-sklearn --no-build-isolation` and then `pip install auto-sklearn` in colab with a default python version as 3.10? @stupidoge I'm not using colab...
Is there a reason that an official API documentation page does not exist for fuzzywuzzy? I was unable to find API documentation from the blog that is linked on this...
I would also be interested in finding the best approach to this. It seems this could be a good candidate for parallelization via GPU in CUDA. One could possibly parallelize...
@wielrenner I ended up using https://github.com/nullnull/simstring. Searches over a million strings take milliseconds. Standard NLP pre-processing is still appropriate, especially removing unnecessary tokens from your search string which will improve...
I'm just coming back to this. Both of those packages are installed but I still have the same error.
@wintermute0xFF I haven't messed with C or makefiles in a very long time, but I don't think the libraries are being included correctly. Looking at libncurses5-dev, the file install paths...
Thanks for the recommendation @nicolargo. Unfortunately, I still have too many disks to view all of them. It's a big system using a raid configuration set up by ZFS. I'll...