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: <[email protected]> |
| 2015-03-09 14:45:42 | skrah | link | issue23496 messages |
| 2015-03-09 14:45:41 | skrah | create | |
|