JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
JeVois 1.13 brings the following new features:
jsondiff-1.1.2-py3-none-any.whl
from http://piwheels.org (see JeVois User Tutorials for how to copy the file to microSD). A wheel that does not say none-any in its name will likely NOT work.shell pip install /jevois/packages/jsondiff-1.1.2-py3-none-any.whlYou should see something like this:
shell pip install /jevois/packages/jsondiff-1.1.2-py3-none-any.whl Processing ./packages/jsondiff-1.1.2-py3-none-any.whl Installing collected packages: jsondiff Successfully installed jsondiff-1.1.2 OK
import jsondiff
in your python modules. Again, this will fail if your wheel has dependencies, especially compiled ones. We are working on it.