Search Criteria
Package Details: python-fasttext 0.9.2-5
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 |
Conflicts: | python-fasttext |
Provides: | python-fasttext |
Submitter: | peippo |
Maintainer: | peippo |
Last Packager: | peippo |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-12 10:12 (UTC) |
Last Updated: | 2024-05-02 09:03 (UTC) |
Dependencies (6)
- pybind11 (pybind11-gitAUR)
- python-future
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, 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-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-setuptools (make)
Latest Comments
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,