Macを使っていますが、pip installができません。
pip install neo4jrestclient と実行すると下記エラーになります。
Collecting neo4jrestclient Using cached neo4jrestclient-2.1.0.tar.gz Requirement already satisfied (use --upgrade to upgrade): requests>=2.1.0 in /Users/---/Library/Python/2.7/lib/python/site-packages (from neo4jrestclient) Installing collected packages: neo4jrestclient Running setup.py install for neo4jrestclient Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/61/gp96dtj52d95ndcwd95_g4840000gn/T/pip-build-b4_jKu/neo4jrestclient/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/61/gp96dtj52d95ndcwd95_g4840000gn/T/pip-xKBGFj-record/install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build/lib creating build/lib/neo4jrestclient copying neo4jrestclient/__init__.py -> build/lib/neo4jrestclient copying neo4jrestclient/client.py -> build/lib/neo4jrestclient copying neo4jrestclient/constants.py -> build/lib/neo4jrestclient copying neo4jrestclient/exceptions.py -> build/lib/neo4jrestclient copying neo4jrestclient/iterable.py -> build/lib/neo4jrestclient copying neo4jrestclient/labels.py -> build/lib/neo4jrestclient copying neo4jrestclient/options.py -> build/lib/neo4jrestclient copying neo4jrestclient/query.py -> build/lib/neo4jrestclient copying neo4jrestclient/request.py -> build/lib/neo4jrestclient copying neo4jrestclient/traversals.py -> build/lib/neo4jrestclient copying neo4jrestclient/utils.py -> build/lib/neo4jrestclient running egg_info writing requirements to neo4jrestclient.egg-info/requires.txt writing neo4jrestclient.egg-info/PKG-INFO writing top-level names to neo4jrestclient.egg-info/top_level.txt writing dependency_links to neo4jrestclient.egg-info/dependency_links.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'neo4jrestclient.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'neo4jrestclient.egg-info/SOURCES.txt' creating build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/__init__.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_cache.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_exceptions.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_extensions.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_filters.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_graphdatabase.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_indices.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_ipython.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_labels.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_nodes.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_pickle.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_query.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_relationships.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_transactions.py -> build/lib/neo4jrestclient/tests copying neo4jrestclient/tests/test_traversals.py -> build/lib/neo4jrestclient/tests running install_lib creating /Library/Python/2.7/site-packages/neo4jrestclient error: could not create '/Library/Python/2.7/site-packages/neo4jrestclient': Permission denied ---------------------------------------- Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/61/gp96dtj52d95ndcwd95_g4840000gn/T/pip-build-b4_jKu/neo4jrestclient/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/61/gp96dtj52d95ndcwd95_g4840000gn/T/pip-xKBGFj-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/61/gp96dtj52d95ndcwd95_g4840000gn/T/pip-build-b4_jKu/neo4jrestclient
原因をご存知の方教えてくださると助かります。
よろしくお願いします。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2015/10/27 07:04