Khachatur Nazaretyan
Khachatur Nazaretyan
In setup.py `install_requires` section it's allowed to specify urls using `@`. I've tested it in my fork and it seems to be working. https://github.com/khnazaretyan/vsphere-automation-sdk-python/blob/feat-pip_setup/setup.py Tested with ``` pip install git+https://github.com/khnazaretyan/vsphere-automation-sdk-python.git@feat-pip_setup...
@tianhao64 Thanks for your feedback. I have tested in CentOS container separately on python 2 and 3 environments. It's green field test, in case some old preinstalled packages exist `--upgrade`...
Tested on Mac OS X. Test results in python 2/3 virtual environments ``` ~ $ sw_vers ProductName: Mac OS X ProductVersion: 10.14.5 BuildVersion: 18F203 ``` ## Python 2 venv ```...
Tested on Windows 10. Requires git and Python2/3 for windows to be installed. ## Python 2 (2.7.16) ``` C:\Users\Khachatur Nazaretyan\AppData\Local\Programs\Python\Python27\Scripts>pip install --user --upgrade pip Collecting pip Using cached https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl Installing...
> > @khnazaretyan This looks promising. It'd be great if it works. Could you post your test result? I try to test it locally, but it failed with: > >...