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

Python sub-packages are not visible #66

Open
atturaioe opened this issue Sep 17, 2022 · 0 comments · May be fixed by #67
Open

Python sub-packages are not visible #66

atturaioe opened this issue Sep 17, 2022 · 0 comments · May be fixed by #67
Labels
bug Something isn't working

Comments

@atturaioe
Copy link

atturaioe commented Sep 17, 2022

torchdistx sub-packages are not visible while trying to access them:

>>> import torchdistx
>>> torchdistx.optimizers
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'torchdistx' has no attribute 'optimizers'
@atturaioe atturaioe added the bug Something isn't working label Sep 17, 2022
@atturaioe atturaioe linked a pull request Sep 18, 2022 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant