tortoise ~ # emerge tensorflow
[...]
The following USE changes are necessary to proceed:
??(see "package.use" in the portage(5) man page for more details)
# required by sci-libs/tensorflow-1.13.0_rc2::gentoo
# required by tensorflow (argument)
>=sci-visualization/tensorboard-1.13.1 -python_targets_python3_7
[...]

So I opened the tensorboard ebuild to answer the question WTF???

########
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit python-r1 python-utils-r1

DESCRIPTION="TensorFlow's Visualization Toolkit"
HOMEPAGE="https://www.tensorflow.org/";
SRC_URI="https://files.pythonhosted.org/packages/0f/39/bdd75b08a6fba41f098b6cb091b9e8c7a80e1b4d679a581a0ccd17b10373/${P}-py3-none-any.whl -> ${P}.zip"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
?????????????? dev-python/bleach[${PYTHON_USEDEP}]
?????????????? dev-python/grpcio[${PYTHON_USEDEP}]
?????????????? dev-python/html5lib[${PYTHON_USEDEP}]
?????????????? dev-python/markdown[${PYTHON_USEDEP}]
?????????????? dev-python/numpy[${PYTHON_USEDEP}]
?????????????? dev-python/protobuf-python[${PYTHON_USEDEP}]
?????????????? dev-python/six[${PYTHON_USEDEP}]
?????????????? dev-python/werkzeug[${PYTHON_USEDEP}]
?????????????? dev-python/wheel[${PYTHON_USEDEP}]
?????????????? virtual/python-futures[${PYTHON_USEDEP}]"
BDEPEND="app-arch/unzip"
PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
############

This looks like it should be good for any of python2.7, and Python3.5-3.7 inclusive...

So where the hell is that error message coming from, I am powerfully disinclined to muck with my python settings right now, especially when everything else is basically working...

--
Please report bounces from this address to a...@numentics.com

Powers are not rights.


Reply via email to