FS#55533 - Missing tensorboard in python-tensorflow-cuda

Attached to Project: Community Packages
Opened by Incomplete Ness (incomplete) - Wednesday, 06 September 2017, 08:15 GMT
Last edited by Eli Schwartz (eschwartz) - Wednesday, 06 September 2017, 10:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

According to the code:
`from tensorflow.contrib import tensorboard`
in file:
`/usr/lib/python3.6/site-packages/tensorflow/contrib/__init__.py`

there should be a directory `/usr/lib/python3.6/site-packages/tensorflow/contrib/tensorboard`, but there isn't. This can cause some code, like `from tensorflow.contrib.tensorboard.plugins import projector`, to fail.

The corresponding Pip package `tensorflow-gpu` (https://pypi.python.org/pypi/tensorflow-gpu), has this directory.


Additional info:
* package version(s)
pacman -Qi python-tensorflow-cuda
Name : python-tensorflow-cuda
Version : 1.3.0-2

* config and/or log files etc.


Steps to reproduce:
1. install package `python-tensorflow-cuda` and it's required packages
2. type `python` in bash to start the python interpreter
3. type `from tensorflow.contrib.tensorboard.plugins import projector` in the python interpreter
4. there should be an error message containing `ModuleNotFoundError: No module named 'tensorflow.contrib.tensorboard'`
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Wednesday, 06 September 2017, 10:06 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#55477 
Comment by Incomplete Ness (incomplete) - Wednesday, 06 September 2017, 08:17 GMT
The python version is:
pacman -Qi python
Name : python
Version : 3.6.2-1

Loading...