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

Cannot import lassonet #65

Open
barveaditya opened this issue Sep 12, 2024 · 0 comments
Open

Cannot import lassonet #65

barveaditya opened this issue Sep 12, 2024 · 0 comments

Comments

@barveaditya
Copy link

barveaditya commented Sep 12, 2024

Doing:

from lassonet import LassoNetRegressor

Traceback (most recent call last):

  File "/home/barvead1/.conda/envs/misc_conda27/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3552, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)

  File "/scratch/tmp/34611171.1.default.q/ipykernel_11034/2278597197.py", line 4, in <module>
    from lassonet import LassoNetRegressor

  File "/home/barvead1/.conda/envs/misc_conda27/lib/python3.7/site-packages/lassonet/__init__.py", line 4, in <module>
    from .interfaces import (

  File "<fstring>", line 1
    (current_lambda=)

Infact, I get the same error for importing anything as expected. Any ideas? Is there a specific pytorch version, python version etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant