learnables / learn2learn

A PyTorch Library for Meta-learning Research
http://learn2learn.net
MIT License
2.61k stars 350 forks source link

bug #352

Closed swaggyP9527 closed 1 year ago

swaggyP9527 commented 2 years ago

running the (maml_omniglot.py)and then: ImportError: cannot import name 'transforms' from partially initialized module 'learn2learn.data' (most likely due to a circular import)### #344

swaggyP9527 commented 2 years ago

why?

seba-1511 commented 2 years ago

Try pip install cython before installing learn2learn.

swaggyP9527 commented 2 years ago

Try pip install cython before installing learn2learn.

I still get the same result

seba-1511 commented 1 year ago

Is it on windows? We don't support windows for now.

woithook commented 1 year ago

We don't support windows for now.

Hi, I would like to ask if you have any plans to support learn2learn on windows?

seba-1511 commented 1 year ago

No plans for now. I'm sure it should work but the installation requires a C compiler and I don't know the easiest way to enforce this requirement on Windows.