pip
Python 3.4.3 でMacroPy をインストールしようとしましたが、エラーが発生しました:
$ pip3 install MacroPy
Collecting MacroPy
Downloading MacroPy-1.0.3.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/private/var/folders/hq/r_l8wk257_71w4rtrkj5b7d80000gn/T/pip-build-10_id3bj/MacroPy/setup.py", line 62, in <module>
from macropy import __version__
File "/private/var/folders/hq/r_l8wk257_71w4rtrkj5b7d80000gn/T/pip-build-10_id3bj/MacroPy/macropy/__init__.py", line 23, in <module>
import core.exporters
ImportError: No module named 'core'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/hq/r_l8wk257_71w4rtrkj5b7d80000gn/T/pip-build-10_id3bj/MacroPy
システムは OSX 10.10.3 で、HomeBrew の Python を使用しています。
編集: Python 2.x へのインストールは正常に動作します。