0
pytautoguiをpipでインストールしようとしていますが、引き続き問題が発生しています。これはMac上にあります。私は、python 2.7と3.6.1でコマンドを実行しようとしましたが、成功しませんでした。pyautoguiをインストールしようとしたときにエラーが発生しました
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/sz/62b931pd5zjbclx2fzpkww1w0000gn/T/pip-build-0vb25t/pyautogui/setup.py", line 6, in <module>
version=__import__('pyautogui').__version__,
File "pyautogui/__init__.py", line 110, in <module>
from . import _pyautogui_osx as platformModule
File "pyautogui/_pyautogui_osx.py", line 7, in <module>
assert False, "You must first install pyobjc-core and pyobjc: https://pyautogui.readthedocs.io/en/latest/install.html"
AssertionError: You must first install pyobjc-core and pyobjc: https://pyautogui.readthedocs.io/en/latest/install.html
私はここで何が欠けていますか、私はすでにpyobjc-coreをインストールしましたが、それはそれを修正しませんでしたか?これはpyautoguiインストーラの問題のようですか?
ありがとうございました。
感謝をインストールする場合、犯人はpyobjcコアであったが、それを再インストールするために持っていたし、それが、これを修正しました。 – DevZone