While executing the datahub project build i am get...
# getting-started
e
While executing the datahub project build i am getting following issue.I am using python3.7.Unable to install google-re2 as it is outdated.Can anybody help ?
× python setup.py bdist_wheel did not run
successfully.
s/Python.framework/Versions/3.7/include/python3.7m -c <http://_re2.cc|_re2.cc> -o build/temp.macosx-10.9-x86_64-3.7/_re2.o -fvisibility=hidden
<http://_re2.cc:11:10|_re2.cc:11:10>: fatal error: 'pybind11/pybind11.h' file not found
#include <pybind11/pybind11.h>
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
error: command 'gcc' failed with exit status 1
a
@gray-shoe-75895 could you look into this?
g
Are you installing using
pip install acryl-datahub
?
e
I did install acryl-datahub.Still i am getting this issue.