fails to pip install zappa
"pip install zappa" returns an error
Context
Collecting zappa
Using cached zappa-0.52.0-py3-none-any.whl (114 kB)
Requirement already satisfied: wheel in c:\users\leeandr\pycharmprojects\mychatbot2\venv\lib\site-packages (from zappa) (0.36.1)
Requirement already satisfied: pip>=9.0.1 in c:\users\leeandr\pycharmprojects\mychatbot2\venv\lib\site-packages (from zappa) (20.3.3)
Collecting kappa==0.6.0
Using cached kappa-0.6.0.tar.gz (29 kB)
ERROR: Command errored out with exit status 1:
command: 'c:\users\leeandr\pycharmprojects\mychatbot2\venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\leeandr\AppData\Local\Temp\pip-install-qbrjlaxm\kappa_53d6de6b432849b3bdabd76fb0731947\setup.py'"'"'; file='"'"'C:\Users\leeandr\AppData\Local\Temp\pip-install-qbrjlaxm\kappa_53d6de6b432849b3bdabd76fb0731947\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\leeandr\AppData\Local\Temp\pip-pip-egg-info-s73bwltt'
cwd: C:\Users\leeandr\AppData\Local\Temp\pip-install-qbrjlaxm\kappa_53d6de6b432849b3bdabd76fb0731947
Complete output (7 lines):
Traceback (most recent call last):
File "
Expected Behavior
pip install is successful.
Actual Behavior
It returns a failure as above.
Possible Fix
NA
Steps to Reproduce
Not sure if a Traditional Chinese version of Windows matters but it is what I have.
Your Environment
- Zappa version used: installing latest one
- Operating System and Python version: 3.9
- The output of
pip freeze: none - Link to your project (optional):
- Your
zappa_settings.json: