Open DeepLearning723 opened 4 years ago
lapsolver needs cmake
. If your environment does not have cmake
, setup would fail.
To install cmake, run brew install cmake
in OSX environment.
@smatsumt what should i do in ubuntu ? I also pip install cmake in my virtualenv? but i have the same question?
I guess sudo apt install cmake
or something would solve the problem.
Maybe you need to run sudo apt update
before installing cmake.
If it does not work, googling "ubuntu cmake" would help you.
ok thanks @smatsumt
how to install lapsolver in windows
I successfully installed laysolver in windows after installing cmake, but can not from laysolver import solve_dense, how to solve that?
Hi, everyone! I want to run this code and I create a vitrual environment. But I can't install the lapsolver with the pip. Have any of you been in this situation? Thanks a lot.