Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare 2.4.1 release with an installation failure fix
This addresses the following error happening during installation of the package: Collecting pygtrie Downloading pygtrie-2.4.0.tar.gz (35 kB) ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-p_3v3rdq/pygtrie/setup.py'"'"'; __file__='"'"'/tmp/pip-install-p_3v3rdq/pygtrie/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 /tmp/pip-pip-egg-info-yevdgn7f cwd: /tmp/pip-install-p_3v3rdq/pygtrie/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-p_3v3rdq/pygtrie/setup.py", line 5, in <module> import packaging.version ModuleNotFoundError: No module named 'packaging' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Fixes: google#32
- Loading branch information