Windows 10でbashをセットアップしました。今、shodanをインストールしようとしています。pip install shodan を実行すると、最後にエラーが発生します
copying and adjusting bin/shodan -> build/scripts-2.7
changing mode of build/scripts-2.7/shodan from 666 to 777
running install_lib
creating /usr/local/lib/python2.7/dist-packages/shodan
error: could not create '/usr/local/lib/python2.7/dist-packages/shodan': Permission denied
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_subodh/shodan/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-RXaSEq-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_subodh/shodan
Storing debug log for failure in /home/subodh/.pip/pip.log
subodh@ILPT224:~$