Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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