Install this version:
emerge -a =dev-python/mistral-common-1.11.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/mistral-common-1.11.2
Or alternatively:
emerge --autounmask-write -a =dev-python/mistral-common-1.11.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.11.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
PYPI_NO_NORMALIZE=1
PYPI_PN=mistral_common
inherit distutils-r1 pypi
DESCRIPTION="Mistral-common: library of common utilities for Mistral AI"
HOMEPAGE="
https://github.com/mistralai/mistral-common
https://pypi.org/project/mistral_common/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="image"
# vllm uses mistral_common[image] which adds opencv-python-headless;
# media-libs/opencv with USE=python serves the same role.
RDEPEND="
>=dev-python/pydantic-2.7[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.21.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.11.0[${PYTHON_USEDEP}]
>=dev-python/tiktoken-0.7.0[${PYTHON_USEDEP}]
>=dev-python/pillow-10.3.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.25[${PYTHON_USEDEP}]
>=dev-python/pydantic-extra-types-2.10.5[${PYTHON_USEDEP}]
dev-python/pycountry[${PYTHON_USEDEP}]
image? ( >=media-libs/opencv-4.0.0[python,${PYTHON_USEDEP}] )
"
Manage flags for this package:
euse -i <flag> -p dev-python/mistral-common |
euse -E <flag> -p dev-python/mistral-common |
euse -D <flag> -p dev-python/mistral-common
>=dev-python/pydantic-2.7[] >=dev-python/jsonschema-4.21.1[] >=dev-python/typing-extensions-4.11.0[] >=dev-python/tiktoken-0.7.0[] >=dev-python/pillow-10.3.0[] >=dev-python/requests-2.0.0[] >=dev-python/numpy-1.25[] >=dev-python/pydantic-extra-types-2.10.5[] dev-python/pycountry[] image? ( >=media-libs/opencv-4.0.0[python,] )