Can not find the make -j option that failed while installing package. #8
-
As am following the installation guide and found an error that I can not locate and fix. As I am running: python setup.py install and the message: But where is this make -j located? I search all the code related to make and -j. Nothing found. Full log:
!! running build Call Stack (most recent call first): -- Configuring done (0.3s) This program built for x86_64-pc-linux-gnu |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Dear Steven Li |
Beta Was this translation helpful? Give feedback.
Dear Steven Li
Thank you for pointing this out, I guess that you are trying to run it in a single processor (thread) machine. I knew that it might be an issue but I figure that none would compile it like so. Nevertheless, I have now adjusted the setup.py to count for such oddities, please let me know if it resolves the issue.