Gentoo Archives: gentoo-user

From: Alan Grimes <alonzotg@×××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] tried to compile tensorflow again:
Date: Tue, 07 May 2019 15:47:32
Message-Id: ccf65322-66f4-d453-3dab-ebe66b4b515a@verizon.net
1 tortoise ~ # emerge tensorflow
2 [...]
3 The following USE changes are necessary to proceed:
4 ??(see "package.use" in the portage(5) man page for more details)
5 # required by sci-libs/tensorflow-1.13.0_rc2::gentoo
6 # required by tensorflow (argument)
7 >=sci-visualization/tensorboard-1.13.1 -python_targets_python3_7
8 [...]
9
10 So I opened the tensorboard ebuild to answer the question WTF???
11
12 ########
13 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
14 inherit python-r1 python-utils-r1
15
16 DESCRIPTION="TensorFlow's Visualization Toolkit"
17 HOMEPAGE="https://www.tensorflow.org/"
18 SRC_URI="https://files.pythonhosted.org/packages/0f/39/bdd75b08a6fba41f098b6cb091b9e8c7a80e1b4d679a581a0ccd17b10373/${P}-py3-none-any.whl
19 -> ${P}.zip"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 KEYWORDS="~amd64"
24 IUSE=""
25
26 RDEPEND="
27 ?????????????? dev-python/bleach[${PYTHON_USEDEP}]
28 ?????????????? dev-python/grpcio[${PYTHON_USEDEP}]
29 ?????????????? dev-python/html5lib[${PYTHON_USEDEP}]
30 ?????????????? dev-python/markdown[${PYTHON_USEDEP}]
31 ?????????????? dev-python/numpy[${PYTHON_USEDEP}]
32 ?????????????? dev-python/protobuf-python[${PYTHON_USEDEP}]
33 ?????????????? dev-python/six[${PYTHON_USEDEP}]
34 ?????????????? dev-python/werkzeug[${PYTHON_USEDEP}]
35 ?????????????? dev-python/wheel[${PYTHON_USEDEP}]
36 ?????????????? virtual/python-futures[${PYTHON_USEDEP}]"
37 BDEPEND="app-arch/unzip"
38 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
39 ############
40
41 This looks like it should be good for any of python2.7, and
42 Python3.5-3.7 inclusive...
43
44 So where the hell is that error message coming from, I am powerfully
45 disinclined to muck with my python settings right now, especially when
46 everything else is basically working...
47
48 --
49 Please report bounces from this address to atg@×××××××××.com
50
51 Powers are not rights.