Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#54809 - missing python-numpy dependency for python-tensorflow package
Attached to Project:
Community Packages
Opened by revel (revel) - Friday, 14 July 2017, 19:42 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 14 July 2017, 21:59 GMT
Opened by revel (revel) - Friday, 14 July 2017, 19:42 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 14 July 2017, 21:59 GMT
|
DetailsDescription:
It looks like python-tensorflow needs python-numpy to run tensorboard. Steps to reproduce: tensorboard --logdir=/tmp Traceback (most recent call last): File "/usr/bin/tensorboard", line 7, in <module> from tensorflow.tensorboard.tensorboard import main File "/usr/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import * File "/usr/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 47, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy' |
This task depends upon