We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm seeing the following build error when invoking pip3 install -e .:
pip3 install -e .
[ 78%] Building CXX object CMakeFiles/bindings.dir/bindings/mapping.cpp.o .../timeloop-python/bindings/mapping.cpp:52:21: error: no viable overloaded '=' py::arg() = {}, py::arg() = {}, py::arg() = {}, ~~~~~~~~~ ^ ~~ .../timeloop-python/lib/pybind11/include/pybind11/cast.h:1127:12: note: candidate template ignored: couldn't infer template argument 'T' arg_v arg::operator=(T &&value) const { ^ .../timeloop-python/lib/pybind11/include/pybind11/cast.h:1051:8: note: candidate function (the implicit copy assignment operator) not viable: cannot convert initializer list argument to 'const pybind11::arg' struct arg { ^ .../timeloop-python/lib/pybind11/include/pybind11/cast.h:1051:8: note: candidate function (the implicit move assignment operator) not viable: cannot convert initializer list argument to 'pybind11::arg'
The text was updated successfully, but these errors were encountered:
FYI I am still seeing these errors with rengzhengcodes/main.
rengzhengcodes/main
Sorry, something went wrong.
No branches or pull requests
I'm seeing the following build error when invoking
pip3 install -e .
:The text was updated successfully, but these errors were encountered: