This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 skrah
收信人 chaselton, ethan.furman, freakboy3742, r.david.murray, refi64, skrah, vstinner
日期 2015-03-09.14:45:41
SpamBayes Score -1.0
Marked as misclassified
Message-id <1425912342.08.0.250720167941.issue23496@psf.upfronthosting.co.za>
In-reply-to
内容
> 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.
历史
日期 用户 动作 参数
2015-03-09 14:45:42skrah修改recipients: + skrah, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64, chaselton
2015-03-09 14:45:42skrah修改messageid: <1425912342.08.0.250720167941.issue23496@psf.upfronthosting.co.za>
2015-03-09 14:45:42skrah链接issue23496 messages
2015-03-09 14:45:41skrah创建