-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hello, after I installed and configured CPLEX, I proceeded to install Compass, but I encountered this error. However, my Visual Studio is able to configure C++ files normally. It seems that the issue is caused by my file path, but I’m not sure how to resolve it.Help!
my code:
git clone https://github.com/yoseflab/Compass.git
cd Compass
python setup.py install
the major error:
error: command 'E:\Ana\envs\cplex\Library\bin\cmake.exe' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for python-libsbml
Running setup.py clean for python-libsbml
Successfully built compass-sc
Failed to build python-libsbml
ERROR: Could not build wheels for python-libsbml, which is required to install pyproject.toml-based projects

