Giter Club home page Giter Club logo

Comments (4)

aagrawal3 avatar aagrawal3 commented on June 16, 2024

Hi @JeanMichelDaivope
Please refer to our installation guide https://github.com/vmware/vsphere-automation-sdk-python#quick-start-guide

from vsphere-automation-sdk-python.

JeanMichelDaivope avatar JeanMichelDaivope commented on June 16, 2024

Hi @JeanMichelDaivope Please refer to our installation guide https://github.com/vmware/vsphere-automation-sdk-python#quick-start-guide

Thanks @aagrawal3 for your quick answer.
Of course it works through github, but the tool I use needs to install it like any other regular python package (i.e pip install vsphere-automation-sdk-python... )
And this does not work because the Py package is not valid :
It does not contains the LICENCE.txt file OR the setup directive is wrong :

import os
from setuptools import setup

def read(fname):
    with open(os.path.join(os.path.dirname(__file__), fname)) as fn:
        return fn.read()

setup(
    name='vsphere-automation-sdk-python',
    version='0.0.1',
    description='vsphere-automation-sdk-python',
    long_description=read('README.rst'),
    **license=read('LICENSE.txt'),**
    author='VMware, Inc.',
    url='https://github.com/vmware/vsphere-automation-sdk-python',
)

Here are the tar contents :
image

Can you please fix the setup section or add the missing file ?

from vsphere-automation-sdk-python.

aagrawal3 avatar aagrawal3 commented on June 16, 2024

Hi @JeanMichelDaivope

Please note that our python SDK is not published on PyPI, although there is a placeholder for it https://pypi.org/project/vsphere-automation-sdk/#description

A regular pip install through PyPI will not work. You can try local installation option if you do not wish to install through http url.
https://github.com/vmware/vsphere-automation-sdk-python#2-local-installation

from vsphere-automation-sdk-python.

aagrawal3 avatar aagrawal3 commented on June 16, 2024

Answered.
Closing this issue. Please feel free to reopen if needed.

from vsphere-automation-sdk-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.