testdotai / appium-classifier-plugin

Apache License 2.0
259 stars 78 forks source link

Start Classifier server only ,run ERROR:test-ai-classifier: command not found #39

Open sjywzz opened 4 years ago

sjywzz commented 4 years ago

How can I use “test-ai-classifier server”: alone??

  1. Version info: npm@6.4.1 node@v12.16.1 Appium@1.16.0 CentOS Linux release 7.4.1708

  2. install cd /usr/local/nodejs/node_modules/appium/ npm install @tensorflow/tfjs-node npm install test-ai-classifier

  3. ERROR info

[root@auto-1f8fc1c00 test-ai-classifier]# pwd
/usr/local/nodejs/node_modules/appium/node_modules/test-ai-classifier
[root@auto-1f8fc1c00 test-ai-classifier]# ls
binding.gyp  build  build-js  cc  classifier-proto  gulpfile.js  index.js  lib  LICENSE  model  node_modules  package.json  postinstall.js  README.md
[root@auto-1f8fc1c00 test-ai-classifier]# test-ai-classifier -h 127.0.0.1 -p 50051
-bash: test-ai-classifier: command not found
dutradev commented 4 years ago

hi @sjywzz . Do you encounter undefined symbol: TF_Version() error on linux when run plugin version @4.0.2?

sjywzz commented 4 years ago

hi @sjywzz . Do you encounter undefined symbol: TF_Version() error on linux when run plugin version @4.0.2?

I haven't~

Sh1nt0 commented 4 years ago

Maybe u can try 'node .'