WildMeOrg / wildbook-ia

Wildbook's Image Analysis (WBIA) backend service supporting machine learning for wildlife conservation
https://wildbook.org
Apache License 2.0
76 stars 19 forks source link

Unable to load plugin #212

Open yuerout opened 2 years ago

yuerout commented 2 years ago

After completingpip install wildbook-ia and installing docker, when I run python -m wbia.dev --dbdir wbia-data/ --web, this error shows up: UserWarning: Unable to load plugin: 'wbia_cnn._plugin' warnings.warn('Unable to load plugin: {!r}'.format(modname))

Is there anyway I can fix this?

ishannangia001 commented 2 years ago

Facing the same error with python3.8.0 on Ubuntu 18.04.6 LTS Azure hosted virtual machine.

chancsc commented 2 years ago

Facing the same error with python3.8.0 on Ubuntu 18.04.6 LTS Azure hosted virtual machine.

Need Python 3.7+, try setup using python virtual env. I'm using Azure Linux as well, able to setup and run and bring up the web server, (need to stop and disable the default web server came with Ubuntu)