[New-bugs-announce] [issue29846] ImportError: No module named _io

Adam Stewart report at bugs.python.org
Sat Mar 18 10:35:07 EDT 2017


New submission from Adam Stewart:

I'm trying to build Python 2.7.13 with clang on macOS 10.12.3 with the Spack package manager, but it fails to build the _io module. The exact error message from the build log can be seen here:

https://github.com/LLNL/spack/issues/3478#issuecomment-287548431

This only seems to occur for me on macOS; I can't reproduce it on Linux. I checked my environment, but I don't have any Python-related environment variables, nor do I have any variables like DYLD_LIBRARY_PATH set that could cause problems. I'm a developer for the Spack package manager, so any problems that you help me solve will greatly benefit our community.

I have attached the build log. Please let me know if there is any more information I can provide you with.

----------
components: Build
files: spack-build.out
messages: 289815
nosy: ajstewart
priority: normal
severity: normal
status: open
title: ImportError: No module named _io
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file46734/spack-build.out

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29846>
_______________________________________


More information about the New-bugs-announce mailing list