You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed patchkit on newly installed ubuntu(18.04 and 20.04)
after run ./deps.sh,it shows
All done!
Testing Python import: Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named keystone
so I manually cd to build/keystone/bindings/python and run python setup.py install and it seems work.
but actually, some address is obviously incorrect.
I installed patchkit on newly installed ubuntu(18.04 and 20.04)
after run ./deps.sh,it shows
so I manually cd to build/keystone/bindings/python and run
python setup.py install
and it seems work.but actually, some address is obviously incorrect.
The text was updated successfully, but these errors were encountered: