pip install pyobjc-framework-Quartz
Defaulting to user installation because normal site-packages is not writeable
Collecting pyobjc-framework-Quartz
Using cached pyobjc-framework-Quartz-6.2.2.tar.gz (3.4 MB)
ERROR: Command errored out with exit status 1:
command: 'c:\program files\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Charan\\AppData\\Local\\Temp\\pip-install-qnwuu7s1\\pyobjc-framework-Quartz\\setup.py'"'"'; __file__='"'"'C:\\Users\\Charan\\AppData\\Local\\Temp\\pip-install-qnwuu7s1\\pyobjc-framework-Quartz\\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\Charan\AppData\Local\Temp\pip-pip-egg-info-v7jcwbrn'
cwd: C:\Users\Charan\AppData\Local\Temp\pip-install-qnwuu7s1\pyobjc-framework-Quartz\
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Charan\AppData\Local\Temp\pip-install-qnwuu7s1\pyobjc-framework-Quartz\setup.py", line 64, in <module>
Extension(
File "C:\Users\Charan\AppData\Local\Temp\pip-install-qnwuu7s1\pyobjc-framework-Quartz\pyobjc_setup.py", line 420, in Extension
if "clang" in get_config_var("CC"):
TypeError: argument of type 'NoneType' is not iterable
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
答案 0 :(得分:0)
pyobjc模块仅用于MAC OSX。 https://pyobjc.readthedocs.io/en/latest/。看起来您正在尝试在Windows PC上安装。