Nick Jensen
Nick Jensen
Hi @leonhartX, I received the same message. Could someone confirm how it will affect this extension?
Thank you!
I get this same error when trying to run my code Check the installation ``` (NCH) njjensen@Nicks-MacBook-Air 2023-11 Three_N-Cornered Hat % conda update -c conda-forge cvxpy Channels: - conda-forge -...
@zhongruiw I installed separately and then my code worked. Please try this `conda install conda-forge::liblapack`
The nice part about this being available on github is that anyone can fork the repository and continue development. There is no one stopping you from setting up a more...
I am getting the same thing even after reinstalling
@embray, Thanks for the reply and insight about previous build attempts. Would you be willing to create some build instructions based on the past installers? That way I (and maybe...
@rileyjmurray would resolving this issue involve updating the logic [here](https://github.com/cvxpy/cvxpy/blob/6691e435b07f6f4c577bcb9d293eb9cb03f38389/cvxpy/interface/matrix_utilities.py#L272)? I ask because I am interested in fixing this issue
Could you describe some places where adding new atoms is described? I want to read through these to see if I could help.
Ok, just to make sure I am going down the right path, are the following good examples to consider? This would be my first time contributing to CVXPY so I...