Community Packages

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!
Tasklist

FS#61921 - [tensorflow] Module Not Found Error - tensorflow_estimator

Attached to Project: Community Packages
Opened by John Tukey (John_Tukey) - Tuesday, 05 March 2019, 17:43 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 13 March 2019, 07:29 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hello, my tensorflow code crashes with the latest 13.1-1 binary, could you please have a look at the log below ?

Thank you


File "/usr/lib/python3.7/site-packages/tensorflow/contrib/__init__.py", line 40, in <module>
from tensorflow.contrib import distribute
File "/usr/lib/python3.7/site-packages/tensorflow/contrib/distribute/__init__.py", line 33, in <module>
from tensorflow.contrib.distribute.python.tpu_strategy import TPUStrategy
File "/usr/lib/python3.7/site-packages/tensorflow/contrib/distribute/python/tpu_strategy.py", line 27, in <module>
from tensorflow.contrib.tpu.python.ops import tpu_ops
File "/usr/lib/python3.7/site-packages/tensorflow/contrib/tpu/__init__.py", line 73, in <module>
from tensorflow.contrib.tpu.python.tpu.keras_support import tpu_model as keras_to_tpu_model
File "/usr/lib/python3.7/site-packages/tensorflow/contrib/tpu/python/tpu/keras_support.py", line 62, in <module>
from tensorflow.contrib.tpu.python.tpu import tpu
File "/usr/lib/python3.7/site-packages/tensorflow/contrib/tpu/python/tpu/tpu.py", line 24, in <module>
from tensorflow.contrib.compiler import xla
File "/usr/lib/python3.7/site-packages/tensorflow/contrib/compiler/xla.py", line 28, in <module>
from tensorflow.python.estimator import model_fn as model_fn_lib
File "/usr/lib/python3.7/site-packages/tensorflow/python/estimator/__init__.py", line 26, in <module>
from tensorflow_estimator.python import estimator
ModuleNotFoundError: No module named 'tensorflow_estimator'
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Wednesday, 13 March 2019, 07:29 GMT
Reason for closing:  Fixed
Comment by John Tukey (John_Tukey) - Wednesday, 06 March 2019, 14:45 GMT
Thanks Sven, your latest commit fixes this problem.

Loading...