-
Notifications
You must be signed in to change notification settings - Fork 27
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
NSX-T Python SDK is not available on PIP #3
Comments
Hi Ian, sorry for the delay in responding. I agree that it would be good if the NSX-T SDKs were available in pypi. There are some issues (legal, I think) that prevent the runtime files on which the SDKs depend from being published on pypi. Once those are resolved we can publish the NSX-T SDKS there. |
You might want to check with the golang folks. They seem to have gotten through the legal hurdles. https://github.com/vmware/go-vmware-nsxt |
Is there any progress on this? I was surprised to see the NSX-T SDK not being on pypi, @ggoodvmw |
Merge pull request #15 from madhukark/master
Any update on this? |
It looks like the pypi issue can't be resolved anytime soon. Let me look at an alternative approach, which would allow pip to install directly from this repo. |
Actually, the SDK and dependencies can already be installed by pip directly from https://github.com/vmware/vsphere-automation-sdk-python - does that help? |
It would be really great if the SDK was available on PyPI. It not being there leads to making the SDK much more difficult to obtain and use. It also makes it more likely for fragile solutions based on
curl
to propagate. It also seems very odd that the library for NSXv is available in pip (https://pypi.org/project/PyNSXv/), but the for nsx-t is not, but given nsx-v an advanage over nsx-t. This isn't directly related to this repo, so I understand if this issue should be closed but it seemed like the nearest place to ask for the SDK to be made more readily available via standard mechanisms.The text was updated successfully, but these errors were encountered: