alexis_speech_assistant
alexis_speech_assistant copied to clipboard
pip install PyObjC error
Error while installing. How can i fix it?
C:\Users\USER\AppData\Local\Programs\Python\Python38-32\Scripts>pip install PyObjC
Collecting PyObjC
Using cached pyobjc-6.1-py3-none-any.whl (2.9 kB)
Collecting pyobjc-framework-NetFS==6.1; platform_release >= "10.0"
Downloading pyobjc_framework_NetFS-6.1-py2.py3-none-any.whl (3.8 kB)
Collecting pyobjc-framework-AddressBook==6.1
Downloading pyobjc-framework-AddressBook-6.1.tar.gz (76 kB)
|████████████████████████████████| 76 kB 732 kB/s
ERROR: Command errored out with exit status 1:
command: 'c:\users\USER\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\USER\AppData\Local\Temp\pip-install-p5hd7qla\pyobjc-framework-AddressBook\setup.py'"'"'; file='"'"'C:\Users\USER\AppData\Local\Temp\pip-install-p5hd7qla\pyobjc-framework-AddressBook\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\USER\AppData\Local\Temp\pip-install-p5hd7qla\pyobjc-framework-AddressBook\pip-egg-info'
cwd: C:\Users\USER\AppData\Local\Temp\pip-install-p5hd7qla\pyobjc-framework-AddressBook
Complete output (15 lines):
Traceback (most recent call last):
File "
Hey, @imnotadeveloper this issue was opened 29 days ago and no problem if you've already found the solution. Someone in the future may benefit from this.
Package PyObjC is only required and for MacOS & OSX based environments. As on Windows/Linux the package isn't required.
@ProDeSquare I definitely didn't know that. That helps a lot. Thanks
I just rebooted the system to solve the problem.