spark-deep-learning icon indicating copy to clipboard operation
spark-deep-learning copied to clipboard

module 'sparkdl' has no attribute 'utils'

Open ronitshaw opened this issue 6 years ago • 2 comments


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'

ronitshaw avatar Jun 18 '19 21:06 ronitshaw

same issue.

a-whitej avatar Dec 30 '19 03:12 a-whitej

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

IsraelAbebe avatar Mar 03 '21 14:03 IsraelAbebe