lava-nc / lava-optimization

Neuromorphic mathematical optimization with Lava
https://lava-nc.org/optimization.html
BSD 3-Clause "New" or "Revised" License
51 stars 26 forks source link

ModuleNotFoundError: No module named 'lava.lib.optimization.solvers.qp' #295

Closed karthyyy closed 4 months ago

karthyyy commented 4 months ago

Hi,

I am starting to familiarize lava-optimization. I have installed lava-nc, lava-dl, lava-optimization, and lava-peripherals through pip install. While running the below example code in the documentation "https://lava-nc.org/optimization.html", its throwing error "ModuleNotFoundError: No module named 'lava.lib.optimization.solvers.qp'"

import numpy as np
from lava.lib.optimization.problems.problems import QP
from lava.lib.optimization.solvers.qp.solver import QPSolver

Please point out what is wrong with this. Any help will be appreciated

Regards Karthik R

karthyyy commented 4 months ago

Hi,

Any help ??

Regards Karthik R