2019-10-21 17:28:44 UTC - Pepi Paraskevoulakou: Hellom guys, i am trying to 
invoke an action which is configured with james thomas docker container 
including libraries like pandas, numpy,scipy but when i am trying to invoke my 
code as wsk -i action invoke pandas --param x Dean,Johnson raises error which 
is “module ‘pandas’ has no attribute ’Dataframe”. I attach you snippet of the 
code
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571678924030300?thread_ts=1571678924.030300&cid=C3TPCAQG1
----
2019-10-21 19:56:27 UTC - Rodric Rabbah: @Pepi Paraskevoulakou did you try to 
run the functional locally inside the container?

Likely you have a panda version mismatch. I’d suggest you run the python 
function successfully inside the container first without whisk. 

You can do that by adding a call to main at the end if you python script for 
example with the arguments you expect
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571687787033400?thread_ts=1571678924.030300&cid=C3TPCAQG1
----

Reply via email to