-
Notifications
You must be signed in to change notification settings - Fork 26
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
Pip install error #20
Comments
I am not sure though but you can clone the repo to your working repo, then just import it as your other directory |
fixed #14 |
Thanks for your reply, but I have a feeling you may not be clear about the relationship between pip install and import package, here is a good resource: https://www.reddit.com/r/learnpython/comments/ynjjkf/difference_between_pip_install_module_vs_import/ |
Thank you for your reference. Yes I am not sure about pip and import packages. So while waiting for an update, I just import it to see its performance. |
Still relevant when using |
@ivanstepanovftw Irrelevant and poor comments. |
Hi, I use pip install and I got this error when I imported this optimizer:
----> 5 from experiments.training import trainer
7 # from Sophia.decoupled_sophia.decoupled_sophia import DecoupledSophia
ModuleNotFoundError: No module named 'experiments'
Upvote & Fund
The text was updated successfully, but these errors were encountered: