-
Notifications
You must be signed in to change notification settings - Fork 139
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
No Module name simclr #62
Comments
Hi @massih10 I ran into the same problem as you. Do then go the repository folder and run: I think it is not an ideal solution (specially because things are going to break if we use this package as a dependency for another package), but it should at least allow you to play with the code while the authors fix this issue. I hope it helps :) |
Simply comment out |
the module is anthor’s module. its location is in './simple-cnaps/meta-dataset/build/lib'. |
Hi,
when cloning the repo and testing the Intro_to_Metadataset.ipynb notebook the first cell gives me an error:
ModuleNotFoundError: No module named 'simclr'
When i install it using pip3 install simclr, it installed torch torchvision and simclr but I end up with another error
ImportError: cannot import name 'data_util' from 'simclr' (/home/shoseini/.local/lib/python3.8/site-packages/simclr/init.py)
Can you help me out with this? I m on Ubuntu 20.04
The text was updated successfully, but these errors were encountered: