-
Notifications
You must be signed in to change notification settings - Fork 112
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
Can't install via archive file distributed on pypi #772
Labels
bug
Something isn't working
Comments
Thanks for the report. I can reproduce the issue:
This issue does not occur if I download the files directly from github. |
This is closed in the new OmegaConf 2.1.1 release
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
setup.py
script usesbuild_helpers/
howeverbuild_helpers/
isn't included in the pypi code archive, so runningpython setup.py sdist
from that archive isn't possible.Expected behavior
Expect to be able to install via the code archive uploaded to pypi.
The text was updated successfully, but these errors were encountered: