databricks / spark-deep-learning

Deep Learning Pipelines for Apache Spark
https://databricks.github.io/spark-deep-learning
Apache License 2.0
1.99k stars 494 forks source link

module 'sparkdl' has no attribute 'utils' #196

Open ronitshaw opened 5 years ago

ronitshaw commented 5 years ago

AttributeError Traceback (most recent call last)

in ----> 1 from sparkdl import TFTransformer /anaconda3/lib/python3.6/site-packages/sparkdl/__init__.py in 20 from sparkdl.transformers.utils import imageInputPlaceholder 21 from sparkdl.estimators.text_estimator import TextEstimator, KafkaMockServer ---> 22 from sparkdl.transformers.tf_text import TFTextTransformer 23 24 __all__ = [ /anaconda3/lib/python3.6/site-packages/sparkdl/transformers/tf_text.py in 33 from sparkdl.param import ( 34 keyword_only, HasInputCol, HasOutputCol) ---> 35 import sparkdl.utils.jvmapi as JVMAPI 36 37 AttributeError: module 'sparkdl' has no attribute 'utils'
a-whitej commented 4 years ago

same issue.

IsraelAbebe commented 3 years ago

https://stackoverflow.com/questions/49755099/attributeerror-module-networkx-has-no-attribute-utils