-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
azure-mgmt-datalake-nspkg installation issues. #3512
Comments
Hi @hdost Then, I released a version 3.0.2 to simplify installation, even if you have a broken proxy that does not respect the PyPI protocol. You should not see any troubles now. I'm closing the issue, since I truly think there is nothing more to do on that topic. Please still comment on it if there is more I don't see. Thank you, |
Still getting the above issue. Additionally it does not matter whether we use a proxy or pypi directly. The issue persists. |
@hdost I didn't updated the datalake one, I rename your issue to datalake |
With the transition to azure-nspkg 3.0.0. I understand that moving forward it is only supported in Python 2.7. However the reliance has broken multiple different projects and how they install. As of right now I am forced to pin versions of nspkg so that the packages will install properly. It's not that I directly want to use nspkg it is that my applications can't cleanly install the packages without the pinnings.
Edit: I believe I have found the issue. Currently, there are a whole bunch of listings for "extras_require" to pin it, but as I understand it the qualifications should instead be done this way https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-platform-specific-dependencies
The text was updated successfully, but these errors were encountered: