2019-07-23 03:05:42 UTC - chris: @Satwik Kolhe sorry i can't totally understand 
what you say :disappointed_relieved:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563851142087900?thread_ts=1563774675.008600&cid=C3TPCAQG1
----
2019-07-23 03:13:24 UTC - chris: @Satwik Kolhe is it possible that since i run 
`virtualenv` and `pip install pyjokes` are under jupyter container.

After then, i ssh to server run `zip` and `wsk` outside. because it is 
installed on the virtualenv in the jupyter container  I also run `pip list` 
which doesn't show pyjokes so that it cause the error that `no module named 
pyjokes` ????????
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563851604088200?thread_ts=1563774675.008600&cid=C3TPCAQG1
----
2019-07-23 07:36:38 UTC - Adam Varsano: Hi all,
wave : Rodric Rabbah
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563867398088700?thread_ts=1563867398.088700&cid=C3TPCAQG1
----
2019-07-23 08:06:07 UTC - chris: Guys i am going crazy... Staying here for many 
hours....
Even i follow this article to do step by step .... 
<http://jamesthom.as/blog/2017/04/27/python-packages-in-openwhisk/>

it still shows `ModuleNotFoundError: No module named 'pyjokes'`
Someone knows how to do to solve it.........?:sob::sob: <#C3U24FJ1E|python> 
#ModuleNotFoundError #virtualenv
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563869167093300
----
2019-07-23 08:40:45 UTC - James Thomas: @chris hey chris (author here) - sorry 
you are having issues!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563871245094300
----
2019-07-23 08:41:01 UTC - James Thomas: What errors messages/logs are you 
getting?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563871261094800?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 08:45:02 UTC - James Thomas: hey adam - you might want to open an 
issue on the kube repo or post in <#C4J3R7JFL|kubernetes>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563871502095100?thread_ts=1563867398.088700&cid=C3TPCAQG1
----
2019-07-23 08:53:53 UTC - chris: Dear @James Thomas
I really study your article very seriously.
I try it again and again. But it still not work for me
The article is really detailed

The error logs are shown in the following :
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563872033095300?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 08:54:24 UTC - James Thomas: can you send me the zip file you are 
using to deploy?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563872064095700?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 08:57:08 UTC - chris: OK!! I already send to you in the direct 
message
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563872228095900?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 09:12:53 UTC - Jiang PengCheng: I met the same problem when I use 
host to install package `pyjokes`, but after tried to install the package via 
docker as the article said: `docker run --rm -v "$PWD:/tmp" 
openwhisk/python3action sh \
  -c "cd tmp; virtualenv virtualenv; source virtualenv/bin/activate; pip 
install pyjokes;"`, it works as expected
+1 : James Thomas, chris, Dominic Kim
heart_eyes : chris
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563873173096100?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 09:22:46 UTC - chris: @Jiang PengCheng OK! thanks i will give it a 
try!!! by using docker
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563873766096400?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 09:40:50 UTC - chris: OH MY GOD It work!!!!!!!
clap : James Thomas
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563874850096600?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 09:41:19 UTC - chris: @Jiang PengCheng @James Thomas Thank you so so 
so much!!!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563874879097000?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 09:58:07 UTC - James Thomas: enjoy!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563875887097500?thread_ts=1563871261.094800&cid=C3TPCAQG1
----
2019-07-23 14:29:48 UTC - Michael Schmidt: hi @Adam Varsano
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563892188098600?thread_ts=1563867398.088700&cid=C3TPCAQG1
----
2019-07-23 15:28:39 UTC - Adam Varsano: Hi,

How can I prewarm actions?
I'm using kubernetes factory
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563895719099200?thread_ts=1563895719.099200&cid=C3TPCAQG1
----
2019-07-23 15:30:20 UTC - chetanm: Most likely by adding stem cell in 
runtimes.json should work
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563895820099300?thread_ts=1563895719.099200&cid=C3TPCAQG1
----
2019-07-23 15:30:23 UTC - chetanm: ```{
                "kind": "nodejs:10",
                "default": true,
                "image": {
                    "prefix": "openwhisk",
                    "name": "action-nodejs-v10",
                    "tag": "nightly"
                },
                "deprecated": false,
                "attached": {
                    "attachmentName": "codefile",
                    "attachmentType": "text/plain"
                },
                "stemCells": [
                    {
                        "count": 2,
                        "memory": "256 MB"
                    }
                ]
            }```
+1 : Robert Felker
100 : Satwik Kolhe
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563895823099500?thread_ts=1563895719.099200&cid=C3TPCAQG1
----
2019-07-23 15:35:11 UTC - Adam Varsano: Hi, thanks for replying,
My actions are written in go and compiled, so they are of kind blackbox
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563896111099800?thread_ts=1563895719.099200&cid=C3TPCAQG1
----
2019-07-23 16:06:32 UTC - chetanm: ah for that I think currently there is no 
support
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563897992100100?thread_ts=1563895719.099200&cid=C3TPCAQG1
----
2019-07-23 16:06:56 UTC - chetanm: may be you can “abuse” the runtime,json for 
that but yeah no first class way
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563898016100300?thread_ts=1563895719.099200&cid=C3TPCAQG1
----
2019-07-23 16:07:17 UTC - chetanm: probably send a mail on dl with your usecase 
details
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563898037100500?thread_ts=1563895719.099200&cid=C3TPCAQG1
----
2019-07-23 21:22:32 UTC - Michael Behrendt: @Jona out of curiosity -- do you 
have an example for a visual recognition scenario that takes 1-2mins? Many 
common scenarios i've seen only take a few 100's of millisecs, even when just 
using CPUs, so very curious to understand your specifics
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1563916952100700?thread_ts=1563819219.069600&cid=C3TPCAQG1
----

Reply via email to