Benoît Amiaux

Results 12 comments of Benoît Amiaux

A few notes: - it works on windows and install all dependencies. I’ve noticed that packages use a local url looking like file://c:/ something - It doesn’t work on Linux....

I did more debugging: In vsphere setup.py we have the following: ``` setup(name='vsphere-automation-sdk', version='1.86.0', description='VMware vSphere Automation SDK for Python', url='https://github.com/vmware/vsphere-automation-sdk-python', author='VMware, Inc.', license='MIT', packages=[], install_requires=[ 'lxml >= 4.3.0', 'pyVmomi...