Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Error import sequential from keras.models in tool python

jesandovala
5 - Atom

Hello, 

 

I have already installed the Keras module, and I am trying to load the library of keras.model import Sequence, but I see an error "ImportError: DLL load failed: The specified process was not found. #"

 

how can i solve?

 

Screenshot_1.jpgScreenshot_2.jpgScreenshot_3.jpg

3 REPLIES 3
PaulN
Alteryx Alumni (Retired)

Hi @jesandovala,

 

Thank you for posting.

 

Could you please update protobuf library with following command and try again:

 

Alteryx.installPackage("protobuf==3.6.0")

Kind regards,

 

Paul Noirel

Sr Customer Support Engineer, Alteryx

jesandovala
5 - Atom

Hi.

 Thank you for your help. 

 

I update protobuf library, but the next new error appears.

 

update protobuf library, but the next new error appearsScreenshot_4.jpgScreenshot_5.jpg

 

thank you.

 

jesandovala
5 - Atom

I solved the problem by reinstalling alteryx, since I had made an installation from the console that generated the error. It works if tensorflow and keras with protobuff are installed from the beginning.

 

Thank you.

Labels
Top Solution Authors