Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一些 Python 包(例如,numpy、scipy)在安装包时必须编译大量源文件。有没有办法并行化编译步骤?如果我自己构建源代码,我可能会执行“make -j4”之类的操作来利用 4 个 CPU。安装 Python 包时是否有一些等价物?
你是如何安装这些包的?
您是否已经查看过此内容:使用 distutils 加快构建过程