Message237574
I'm getting a weird error message building python:
ryan@DevPC-LX:~/stuff/cpydroid$ make
_PYTHON_PROJECT_BASE=/home/ryan/stuff/cpython _PYTHON_HOST_PLATFORM=linux-arm PYTHONPATH=./Lib:./Lib/plat-linux python3 -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
Could not import runpy module
Traceback (most recent call last):
File "./Lib/runpy.py", line 15, in <module>
import importlib.util
File "./Lib/importlib/util.py", line 6, in <module>
from ._bootstrap import module_from_spec
ImportError: cannot import name 'module_from_spec'
generate-posix-vars failed
make: *** [pybuilddir.txt] Error 1
ryan@DevPC-LX:~/stuff/cpydroid$
I'm trying to build for generic ARM Linux before I attempt updating the changes. Makes sense theoretically.
Then again, when using autotools, NOTHING ever makes sense. I'm probably looking in the wrong direction... |
|
Date |
User |
Action |
Args |
2015-03-08 22:03:10 | refi64 | set | recipients:
+ refi64, vstinner, r.david.murray, skrah, freakboy3742, ethan.furman, chaselton |
2015-03-08 22:03:10 | refi64 | set | messageid: <1425852190.75.0.168745998267.issue23496@psf.upfronthosting.co.za> |
2015-03-08 22:03:10 | refi64 | link | issue23496 messages |
2015-03-08 22:03:10 | refi64 | create | |
|