我需要幫助安裝python 2.7中的pydasm。 readme.txt文件告訴我,我必須輸入python setup.py build_ext到cli中。當我這樣做,我得到的錯誤:如何安裝pydasm?
Traceback (most recent call last):
File "setup.py", line 22, in <module>
raise DistutilsPlatformError()
distutils.errors.DistutilsPlatformError
如果你能幫助,請讓我知道!
如果您只需要pydasm,則不需要爲libdasm執行''make''和''make install'''。 '''python setup.py build_ext'''將負責編譯libdasm庫並將其包含在python模塊中。 – user1585916