You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After completing pip 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?
The text was updated successfully, but these errors were encountered:
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)
After completing
pip install wildbook-ia
and installing docker, when I runpython -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?
The text was updated successfully, but these errors were encountered: