You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During setup of current develop branch, I get this error message:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\z001edxb\AppData\Local\Temp\pip-clrr6blj-build\setup.py", line 99, in
_xbuild = ""%s"" % _find_msbuild_tool("msbuild.exe")
File "C:\Users\z001edxb\AppData\Local\Temp\pip-clrr6blj-build\setup.py", line 77, in _find_msbuild_tool
hkey.Close()
AttributeError: 'NoneType' object has no attribute 'Close'
I have a WDK installed, not all of those mentioned in setup.py/_find_msbuild_tool()
using WinPython 32bit-3.5.1.2 on Win7
pull request #192
The text was updated successfully, but these errors were encountered:
I think its likely that #194 would resolve this. Not exactly a duplicate issue but the function is called multiple times and it very environment sensitive.
both of these pull requests have been cheery-picked by @tonyroberts, hence closing this issue. let us know if you still get issues @rico-chet@swinstanley
During setup of current develop branch, I get this error message:
I have a WDK installed, not all of those mentioned in setup.py/_find_msbuild_tool()
using WinPython 32bit-3.5.1.2 on Win7
pull request #192
The text was updated successfully, but these errors were encountered: