You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'"
Please point out what is wrong with this. Any help will be appreciated
Regards
Karthik R
The text was updated successfully, but these errors were encountered: