Xilinx/BNN-PYNQ

Is it possible to run on zc706 board?

Ringhu opened this issue · 0 comments

i make a sd image for zc706, try to run the bnn-pynq. But when i run
sudo pip3 install git+https://github.com/Xilinx/BNN-PYNQ.git
it appears:
ERROR: Command errored out with exit status 1: command: /usr/bin/python3.6 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-385_1igg/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-385_1igg/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-3jynuem8 cwd: /tmp/pip-req-build-385_1igg/ Complete output (9 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-req-build-385_1igg/setup.py", line 34, in <module> import bnn File "/tmp/pip-req-build-385_1igg/bnn/__init__.py", line 1, in <module> from .bnn import PynqBNN, CnvClassifier, LfcClassifier, RUNTIME_HW, RUNTIME_SW File "/tmp/pip-req-build-385_1igg/bnn/bnn.py", line 51, in <module> raise RuntimeError("Board not supported") RuntimeError: Board not supported ---------------------------------------- WARNING: Discarding git+https://github.com/Xilinx/BNN-PYNQ.git. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

so i wonder if is it possible to run bnn on zc706 board?