前提・実現したいこと
Embeddable python にて、openpyxlをpip installしたい。
発生している問題・エラーメッセージ
install時、エラーが発生してインストールできない。
エラーメッセージ
D:\Embeddable python\Embeddable python 3.7.4>python -m pip install et_xmlfile
Collecting et_xmlfile
Using cached https://files.pythonhosted.org/packages/22/28/a99c42aea746e18382a
d9fb36f64c1c1f04216f41797f2f0fa567da11388/et_xmlfile-1.0.1.tar.gz
ERROR: Command errored out with exit status 1:
command: 'D:\Embeddable python\Embeddable python 3.7.4\python.exe' -c 'impo
rt sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ユーザー名\AppData\L
ocal\Temp\pip-install-zlvalbe1\et-xmlfile\setup.py'"'"'; file='"'"'C:\U
sers\ユーザー名\AppData\Local\Temp\pip-install-zlvalbe1\et-xmlfile\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\ユーザー名\AppData\Local\Temp\pip-install-zlv
albe1\et-xmlfile\pip-egg-info'
cwd: C:\Users\ユーザー名\AppData\Local\Temp\pip-install-zlvalbe1\et-xmlfi
le
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ユーザー名\AppData\Local\Temp\pip-install-zlvalbe1\et-xmlfile
\setup.py", line 40, in <module>
from et_xmlfile import (
ModuleNotFoundError: No module named 'et_xmlfile'
ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
e logs for full command output.
試したこと
システム側にインストールしていたpythonをアンインストール。
環境変数でEmbeddable pythonのパスを通す。
setuptoolsを最新版にアップグレード。
他のモジュールをinstall。→tqdmで検証したところ、インストールできた。
補足情報(FW/ツールのバージョンなど)
Embeddable python 3.7.4 64bit
Windows7
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。