Full traceback:
`
Traceback (most recent call last):
File “/Users/greger/devel/projects/generative/neural/imggen/train.py”, line 12, in
from imgtrainer import ImageTrainer
File “/Users/greger/devel/projects/generative/neural/imggen/imgtrainer.py”, line 10, in
import tensorflow as tf
File “/usr/local/lib/python3.5/site-packages/tensorflow/init.py”, line 24, in
from tensorflow.python import *
File “/usr/local/lib/python3.5/site-packages/tensorflow/python/init.py”, line 71, in
from tensorflow.python.framework.framework_lib import *
File “/usr/local/lib/python3.5/site-packages/tensorflow/python/framework/framework_lib.py”, line 73, in
from tensorflow.python.framework.ops import Graph
File “/usr/local/lib/python3.5/site-packages/tensorflow/python/framework/ops.py”, line 41, in
from tensorflow.python.framework import registry
File “/usr/local/lib/python3.5/site-packages/tensorflow/python/framework/registry.py”, line 28, in
from tensorflow.python.platform import tf_logging as logging
File “/usr/local/lib/python3.5/site-packages/tensorflow/python/platform/tf_logging.py”, line 249, in
remove_undocumented(name, _allowed_symbols)
File “/usr/local/lib/python3.5/site-packages/tensorflow/python/util/all_util.py”, line 102, in remove_undocumented
should_have = make_all(module_name, doc_string_modules)
File “/usr/local/lib/python3.5/site-packages/tensorflow/python/util/all_util.py”, line 53, in make_all
for m in _reference_pattern.finditer(doc_module.doc)
TypeError: expected string or bytes-like object
`
Fix Mac Path did not help.