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

azure-mgmt-datalake-nspkg installation issues. #3512

Closed
hdost opened this issue Oct 9, 2018 · 3 comments
Closed

azure-mgmt-datalake-nspkg installation issues. #3512

hdost opened this issue Oct 9, 2018 · 3 comments

Comments

@hdost
Copy link

hdost commented Oct 9, 2018

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

@lmazuel
Copy link
Member

lmazuel commented Oct 9, 2018

Hi @hdost
There was nothing wrong with azure-nspkg 3.0.0, but I discovered that indeed too much third-parties installer were not respecting the PyPI protocol. See #3447

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,

@hdost
Copy link
Author

hdost commented Oct 9, 2018

pip install -q azure-cli~=2.0

19:21:44 azure-mgmt-datalake-nspkg requires Python '<3' but the running Python is 3.4.5
19:21:44 Build step 'Execute shell' marked build as failure

Still getting the above issue. Additionally it does not matter whether we use a proxy or pypi directly. The issue persists.

@lmazuel lmazuel reopened this Oct 10, 2018
@lmazuel
Copy link
Member

lmazuel commented Oct 10, 2018

@hdost I didn't updated the datalake one, I rename your issue to datalake

@lmazuel lmazuel changed the title azure-nspkg installation issues. azure-mgmt-datalake-nspkg installation issues. Oct 10, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants