2022-09-10 05:27:55 UTC - Ashwin Patidar: <#C3TPCAQG1|general> Does the 
openwhisk/python3action docker image contains gcc and g++ installation. Because 
while installing pandas library using the image I am getting error: gcc: fatal 
error: cannot execute 'cc1plus': execvp: No such file or directory   
compilation terminated.   error: command 'gcc' failed with exit status 1. while 
using command:
```docker run --rm -v "$PWD:/tmp" openwhisk/python3action sh \
  -c "cd tmp; virtualenv virtualenv; source virtualenv/bin/activate; pip 
install pandas;"```

https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1662787675581609
----

Reply via email to