build failed on python embed
Hi @charlie.clark some problems arise building on python-embed
Collecting et-xmlfile==1.0.1 Using cached et_xmlfile-1.0.1.tar.gz (8.4 kB) ERROR: Command errored out with exit status 1: command: 'c:\xxxxxxxxxxxxxxxxxwdir\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\xxxx\\AppData\\Local\\Temp\\pip-download-03_bol2j\\et-xmlfile_58712310ca9249639af7ce1c341ce36f\\setup.py'"'"'; __file__='"'"'C:\\Users\\xxx\\AppData\\Local\\Temp\\pip-download-03_bol2j\\et-xmlfile_58712310ca9249639af7ce1c341ce36f\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\xxxx\AppData\Local\Temp\pip-pip-egg-info-xgilxc5v' cwd: C:\Users\xxxx\AppData\Local\Temp\pip-download-03_bol2j\et-xmlfile_58712310ca9249639af7ce1c341ce36f\ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\xxxx\AppData\Local\Temp\pip-download-03_bol2j\et-xmlfile_58712310ca9249639af7ce1c341ce36f\setup.py", line 40, in <module> from et_xmlfile import ( ModuleNotFoundError: No module named 'et_xmlfile'
A public solution is here: https://superuser.com/questions/1432693/pip-install-et-xmlfile-failure/1525354#1525354?newreg=803c8546a4df4cafb2630184d3ae3290
It's really simple and solve the problem.. there is no way to create a pull request maybe some problems on project permission?