How to solve pyobjc installation problem?

Question:

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 filespython38python.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('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:UsersCharanAppDataLocalTemppip-pip-egg-info-v7jcwbrn'
         cwd: C:UsersCharanAppDataLocalTemppip-install-qnwuu7s1pyobjc-framework-Quartz
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:UsersCharanAppDataLocalTemppip-install-qnwuu7s1pyobjc-framework-Quartzsetup.py", line 64, in <module>
        Extension(
      File "C:UsersCharanAppDataLocalTemppip-install-qnwuu7s1pyobjc-framework-Quartzpyobjc_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.
Asked By: Charana H U

||

Answers:

The pyobjc modules are only for MAC OSX. https://pyobjc.readthedocs.io/en/latest/ . Looks like you are trying to install on windows PC.

Answered By: Prashanth Mariswamy

Pyobjc maybe install only for Macos.Window not include Framework, which available for macos.

Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.