GNU bug report logs -
#51646
python-furl import bug?
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 7 Nov 2021 01:50:01 UTC
Severity: normal
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#51646: python-furl import bug?
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 51646 <at> debbugs.gnu.org.
--
51646: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51646
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Closing due to staleness
[Message part 3 (message/rfc822, inline)]
I ran the following command:
guix shell bpython -D python-wrapper python-furl -- bpython
bpython version 0.20.1 on top of Python 3.8.2 /gnu/store/nckjv3ccwdi6096j478gvns43ssbls2p-python-wrapper-3.8.2/bin/python
>>> from furl import furl
Traceback (most recent call last):
File "<input>", line 1, in <module>
from furl import furl
File "/gnu/store/d0mgjzpgm08147nnijv96yfq8bjny4ri-profile/lib/python
3.8/site-packages/furl/__init__.py", line 13, in <module>
from .furl import * # noqa
File "/gnu/store/d0mgjzpgm08147nnijv96yfq8bjny4ri-profile/lib/python
3.8/site-packages/furl/furl.py", line 19, in <module>
from six.moves import urllib
File "/gnu/store/hjmz8ymac939ribn7g3jkgms4dk2az3a-python-six-1.14.0/
lib/python3.8/site-packages/six.py", line 92, in __get__
result = self._resolve()
File "/gnu/store/hjmz8ymac939ribn7g3jkgms4dk2az3a-python-six-1.14.0/
lib/python3.8/site-packages/six.py", line 115, in _resolve
return _import_module(self.mod)
File "/gnu/store/hjmz8ymac939ribn7g3jkgms4dk2az3a-python-six-1.14.0/
lib/python3.8/site-packages/six.py", line 82, in _import_module
__import__(name)
ModuleNotFoundError: No module named 'six.moves.urllib'
This bug report was last modified 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.