-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Spack-built Python: ImportError: No module named _io #3478
Copy link
Copy link
Closed
Labels
Description
Has anyone seen this error message before?
$ /Users/Adam/spack/opt/spack/darwin-sierra-x86_64/clang-8.0.0-apple/python-2.7.13-tjqn5npfo573q2jw3dumzhzctfd2vvdv/bin/python
Python 2.7.10 (default, Jul 30 2016, 19:40:32)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import io
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/Adam/spack/opt/spack/darwin-sierra-x86_64/clang-8.0.0-apple/python-2.7.13-tjqn5npfo573q2jw3dumzhzctfd2vvdv/lib/python2.7/io.py", line 51, in <module>
import _io
ImportError: No module named _io
It occurs for me on develop, but only on macOS. It's definitely new, as I've never seen it before. @davydden?
Reactions are currently unavailable