sdrsac
sdrsac copied to clipboard
Pip Install failed.
Python: 3.7 Ubuntu: 16.04
Error Message:
sdrsac/cc/utils.cc: In function ‘sdrsac::ConstraintMap sdrsac::generateSDPConstraintMap(const Matrix&, sdrsac::Integer, sdrsac::Integer)’:
sdrsac/cc/utils.cc:65:31: error: converting to ‘sdrsac::ConstraintMap {aka std::tuple<std::vector<Eigen::SparseMatrix<float, 0, int>, std::allocator<Eigen::SparseMatrix<float, 0, int> > >, Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1, 0, -1, -1>, int>}’ from initializer list would use explicit constructor ‘constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::vector<Eigen::SparseMatrix<float, 0, int>, std::allocator<Eigen::SparseMatrix<float, 0, int> > >&, Eigen::SparseMatrix<float, 0, int>&, Eigen::Matrix<float, -1, -1, 0, -1, -1>&, int&}; <template-parameter-2-2> = void; _Elements = {std::vector<Eigen::SparseMatrix<float, 0, int>, std::allocator<Eigen::SparseMatrix<float, 0, int> > >, Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1, 0, -1, -1>, int}]’
return {maps, m, maps_b, k};
Anyone find a solution?
Me too.