Closed ddmee closed 7 years ago
Hey,
Issue seem to be with building PyYAML, and maybe even libyaml (if it actually tries to do that at the end there), as suggested by "Building wheels for collected packages: PyYAML" and "Running setup.py install for PyYAML ... error" headers above error log.
I suspect it doesn't happen for you with similar py3.5 installation because PyYAML might have wheel binary package available for that version, which 3.5 would use instead of running setup.py and such, but doesn't have one for 3.6.
You might want to report it to PyYAML developers at http://pyyaml.org/ , if it's not reported there already. Don't think I can affect it here in any way.
Also, as a workaround, I'd try to create that path it complains about after "checking if libyaml is compilable" - could be that it just tries to lookup libyaml.dll there. Can also be some kind of virtualenv error, as it's kinda weird that it checks system-wide path with that.
Ah thanks. Sorry, I thought this was the PYaml repository for some reason. Opps!
Hi,
Using Pip, the pyaml fails to install on Windows 10 with Python 3.6. But if I use Python 3.5, the installation works fine.