sdrsac icon indicating copy to clipboard operation
sdrsac copied to clipboard

Pip Install failed.

Open lucasamparo opened this issue 5 years ago • 2 comments

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};

lucasamparo avatar Dec 09 '19 12:12 lucasamparo

Anyone find a solution?

lucasamparo avatar Dec 12 '19 13:12 lucasamparo

Me too.

Hzj199 avatar Apr 11 '20 08:04 Hzj199