keypatch icon indicating copy to clipboard operation
keypatch copied to clipboard

Problem with installing keystone-engine on MacOS

Open pharazone opened this issue 7 years ago • 9 comments

Open the Term

and typed "sudo pip install keystone-engine", but it can not be compiled on my Mac.

here are the problems: image image

So how do I fix it? Thank you.

P.S. I use MacOS 10.14 Mojave beta 5.

pharazone avatar Aug 10 '18 14:08 pharazone

Your C compiler does not work. You should try to figure out why, perhaps because you havent setup it yet?

aquynh avatar Aug 10 '18 15:08 aquynh

so…forgive me…but I still want to know how to setup it?thanks.

pharazone avatar Aug 10 '18 16:08 pharazone

https://github.com/fjh658/keystone-engine, see the README.md @pharazone

You are using the xcode10 compiler

fjh658 avatar Aug 17 '18 10:08 fjh658

谢谢楼上的哥们儿。Thx bro.

pharazone avatar Aug 17 '18 15:08 pharazone

@fjh658 do https://github.com/fjh658/keystone-engine , next steps do "sudo pip install keystone-engine" ??

ranshon avatar Dec 22 '18 09:12 ranshon

@fjh658 do https://github.com/fjh658/keystone-engine , next steps do "sudo pip install keystone-engine" ??

git clone https://github.com/fjh658/keystone-engine.git
cd keystone-engine
git submodule update --init --recursive
sudo python setup.py install --verbose

fjh658 avatar Dec 22 '18 09:12 fjh658

@fjh658 我按照https://github.com/fjh658/keystone-engine readme 做了,然后又执行了,sudo pip install keystone-engine 还是报错。

ranshon avatar Dec 22 '18 09:12 ranshon

@fjh658 我按照https://github.com/fjh658/keystone-engine readme 做了,然后又执行了,sudo pip install keystone-engine 还是报错。

rm -rf src/build
sudo python setup.py install --verbose

If there is still a problem, please upload the log.

sudo pip install keystone-engine

This does not need to be executed

fjh658 avatar Dec 22 '18 09:12 fjh658

@fjh658 可行 谢谢

ranshon avatar Dec 22 '18 09:12 ranshon