Search Criteria
Package Details: python-fasttext 0.9.2-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-fasttext.git (read-only, click to copy) |
---|---|
Package Base: | python-fasttext |
Description: | Library for fast text representation and classification – Python bindings |
Upstream URL: | https://github.com/facebookresearch/fastText |
Licenses: | BSD-3-Clause |
Conflicts: | python-fasttext |
Provides: | python-fasttext |
Submitter: | peippo |
Maintainer: | peippo |
Last Packager: | peippo |
Votes: | 1 |
Popularity: | 0.065244 |
First Submitted: | 2019-03-12 10:12 (UTC) |
Last Updated: | 2025-06-29 10:10 (UTC) |
Dependencies (5)
- pybind11 (pybind11-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-setuptools (make)
Latest Comments
tuximail commented on 2025-06-28 11:55 (UTC)
Thanks for providing that package. It would be great if you could either set the !debug option so the debug package is not build or specify that you're building the debug package by providing a separate package-function for the debug package. Otherwise other packages have hard time if they conflict with this package and want to build a debug package, too (as the system then doesn't know that this package is responsible for the debug package).
dreieck commented on 2025-01-11 16:02 (UTC)
If possible, please remove the dependency on
python-furure
/ make the package working withoutpython-future
:Regards and thanks for this package!
carlosal1015 commented on 2023-05-13 19:53 (UTC)
Hi, I have the following message error
in this line
peippo commented on 2022-09-29 07:54 (UTC)
Thanks for noticing this, @sparrowhawk. Not sure how
python2-setuptools
managed to stay in themakedepends
, but they definitely don’t belong there.That said,
namcap
prints some cryptic warnings, referencing Python 2 packages:Not sure what to make out of this, but, then again, the fasttext Python module’s code is not exactly best-practice, in general.
sparrowhawk commented on 2022-09-28 14:35 (UTC)
Dear @peippo,
Is there a reason to keep both python2-setuptools and python-setuptools in the makedepends ? As far as I can tell, the python2 is not required but filling it means installing python2, even though they have been removed from the official repositories.
Cheers,