This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
Error: "No module named 'packaging'" #32
Comments
mina86
added a commit
to mina86/pygtrie
that referenced
this issue
Nov 20, 2020
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
This should now be fixed. |
Awesome. It's weekend on my side of the world but I appreciate the quick turnaround. 👍 |
I just confirmed that my build seems to be working again. Thanks for sorting it out. |
mina86
added a commit
to mina86/pygtrie
that referenced
this issue
Nov 30, 2020
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Googlers
I noticed an error when building my solution today. We use pygtrie in our solution and it seems that the crash we experienced is related to the release of
pygtrie 2.4.0
.This is corroborated by:
The full error description can be found below:
The text was updated successfully, but these errors were encountered: