Skip to content

dnnf installation errors #13

@shenw000

Description

@shenw000

I am installing dnnf on my GPU workstation with OS Ubuntu 20.04 by Source Install. The cuda version is 11.3.
After following your installation instructions on https://github.com/dlshriver/dnnf, I typed in the following command
./install.sh --include-cleverhans --include-foolbox --include-tensorfuzz

The execution of the above command leads to the following errors (part of the errors), where the bold line indicates the starting of errors. Can you point me to how to fix the issue? Thanks in advance!

Due to the large errors list, I included the complete error list in the attachment.

................

Building wheels for collected packages: absl-py, pyflann, gast, grpcio, termcolor, html5lib
Building wheel for absl-py (setup.py) ... done
Created wheel for absl-py: filename=absl_py-0.11.0-py2-none-any.whl size=127443 sha256=a6e6a8ece588e5c948f0a8011eda593302785611d94750c2399e094199083c70
Stored in directory: /home/shenw/.cache/pip/wheels/be/12/8b/0c41b135a6383624dedb48fa1c3a4c99f7961edafcb42e8189
Building wheel for pyflann (setup.py) ... done
Created wheel for pyflann: filename=pyflann-1.6.14-py2-none-any.whl size=7187134 sha256=e20ed18fc315fb585acbdfb1a653a4c9faa78ab44d06099caf18422d286524b6
Stored in directory: /home/shenw/.cache/pip/wheels/17/76/ba/e154e4f689dde77a3432fa0d4e031eb130ae12c67fbc5b883d
Building wheel for gast (setup.py) ... done
Created wheel for gast: filename=gast-0.5.3-py2-none-any.whl size=19444 sha256=908adba73077d7f7f5b05ae1dfab1be6c3551139066ed7e10908427972b06684
Stored in directory: /home/shenw/.cache/pip/wheels/de/fe/24/e89a0314a054e758bd6c765ce25d81337da83ccd207f9a9603
Building wheel for grpcio (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /u02/shenw/sandbox/nn_assurance/dnnf/.venv/tensorfuzz/.venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vUYCgP/grpcio/setup.py'"'"'; file='"'"'/tmp/pip-install-vUYCgP/grpcio/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-wkGcs6
cwd: /tmp/pip-install-vUYCgP/grpcio/
Complete output (599 lines):
Found cython-generated files...
running bdist_wheel
running build
running build_py
running build_project_metadata
creating python_build
creating python_build/lib.linux-x86_64-2.7
creating python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_compression.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_auth.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_runtime_protos.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_channel.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/init.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_simple_stubs.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_common.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.linux-x86_64-2.7/grpc
copying src/python/grpcio/grpc/_server.py -> python_build/lib.linux-x86_64-2.7/grpc
creating python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_call.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_base_server.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_channel.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/init.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_typing.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_base_call.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_utils.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_interceptor.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_metadata.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_base_channel.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
copying src/python/grpcio/grpc/aio/_server.py -> python_build/lib.linux-x86_64-2.7/grpc/aio
creating python_build/lib.linux-x86_64-2.7/grpc/_cython
copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.linux-x86_64-2.7/grpc/_cython
creating python_build/lib.linux-x86_64-2.7/grpc/experimental
copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental
copying src/python/grpcio/grpc/experimental/init.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental
copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental
creating python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.linux-x86_64-2.7/grpc/beta
creating python_build/lib.linux-x86_64-2.7/grpc/framework
copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.linux-x86_64-2.7/grpc/framework
creating python_build/lib.linux-x86_64-2.7/grpc/_cython/_cygrpc
copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.linux-x86_64-2.7/grpc/_cython/_cygrpc
creating python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
copying src/python/grpcio/grpc/experimental/aio/init.py -> python_build/lib.linux-x86_64-2.7/grpc/experimental/aio
creating python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/foundation
creating python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces
copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces
creating python_build/lib.linux-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/common
copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/common
creating python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/face
copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/face
creating python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/base
copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.linux-x86_64-2.7/grpc/framework/interfaces/base
creating python_build/lib.linux-x86_64-2.7/grpc/_cython/_credentials
copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.linux-x86_64-2.7/grpc/_cython/_credentials
running build_ext
Found cython-generated files...
building 'grpc._cython.cygrpc' extension
creating python_build/temp.linux-x86_64-2.7
creating python_build/temp.linux-x86_64-2.7/src
creating python_build/temp.linux-x86_64-2.7/src/python
creating python_build/temp.linux-x86_64-2.7/src/python/grpcio
creating python_build/temp.linux-x86_64-2.7/src/python/grpcio/grpc
creating python_build/temp.linux-x86_64-2.7/src/python/grpcio/grpc/_cython
creating python_build/temp.linux-x86_64-2.7/src/core
creating python_build/temp.linux-x86_64-2.7/src/core/ext
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/census
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/health
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/grpclb
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/pick_first
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/priority
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/ring_hash
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/round_robin
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/weighted_target
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/lb_policy/xds
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/dns
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/dns/c_ares
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/dns/native
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/fake
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/google_c2p
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/sockaddr
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_channel/resolver/xds
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/client_idle
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/deadline
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/fault_injection
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/http
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/http/client
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/http/message_compress
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/http/server
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/max_age
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/message_size
creating python_build/temp.linux-x86_64-2.7/src/core/ext/filters/workarounds
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/alpn
creating python_build/temp.linux-x86_64-2.7/src/core/ext/transport/chttp2/client

..........................

dnnf_installation_errors.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions