Message237654
> ImportError: cannot import name 'module_from_spec'
The command line uses the system python3, which is "too old"
and does not have 'module_from_spec' yet.
Try running ...
python3 -S -m sysconfig --generate-posix-vars
... and then continue with `make`.
We should open an issue for that, it's annoying. |
|
Date |
User |
Action |
Args |
2015-03-09 14:45:42 | skrah | set | recipients:
+ skrah, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64, chaselton |
2015-03-09 14:45:42 | skrah | set | messageid: <1425912342.08.0.250720167941.issue23496@psf.upfronthosting.co.za> |
2015-03-09 14:45:42 | skrah | link | issue23496 messages |
2015-03-09 14:45:41 | skrah | create | |
|