Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
karthyyy opened this issue Apr 24, 2024 · 1 comment
Closed
Labels
0-needs-review Has to be reviewed. 1-bug Something isn't working

Comments

@karthyyy
Copy link

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 karthyyy added the 1-bug Something isn't working label Apr 24, 2024
@github-actions github-actions bot added the 0-needs-review Has to be reviewed. label Apr 24, 2024
@karthyyy
Copy link
Author

Hi,

Any help ??

Regards
Karthik R

@karthyyy karthyyy closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-needs-review Has to be reviewed. 1-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant