エラー
imgaugをAnacondaにインストールする際,以下のようなエラーが発生しています.
発生している問題・エラーメッセージ
ERROR: Command errored out with exit status 1: command: 'c:\users\kit_ea_fc_pc017\anaconda3\envs\keras-deeplearning\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\PC\AppData\Local\Temp\pip-install-9gw6jaos\Shapely\setup.py'"'"'; __file__='"'"'C:\Users\PC\AppData\Local\Temp\pip-install-9gw6jaos\Shapely\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\PC\AppData\Local\Temp\pip-install-9gw6jaos\Shapely\pip-egg-info' cwd: C:\Users\PC\AppData\Local\Temp\pip-install-9gw6jaos\Shapely\ Complete output (9 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\PC\AppData\Local\Temp\pip-install-9gw6jaos\Shapely\setup.py", line 80, in <module> from shapely._buildcfg import geos_version_string, geos_version, \ File "C:\Users\PC\AppData\Local\Temp\pip-install-9gw6jaos\Shapely\shapely\_buildcfg.py", line 200, in <module> lgeos = CDLL("geos_c.dll") File "c:\users\PC\anaconda3\envs\keras-deeplearning\lib\ctypes\__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] 指定されたモジュールが見つかりません。 ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
該当のソースコード
pip install imgaug
試したこと
補足情報(FW/ツールのバージョンなど)
Windows10,Python3.6を使用しています.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/12/11 07:08
2019/12/11 08:51