unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 51646@debbugs.gnu.org
Subject: bug#51646: python-furl import bug?
Date: Sat, 6 Nov 2021 21:49:22 -0400	[thread overview]
Message-ID: <20211106214922.GB25327@gac.attlocal.net> (raw)

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'




                 reply	other threads:[~2021-11-07 14:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211106214922.GB25327@gac.attlocal.net \
    --to=bug-guix@gnu.org \
    --cc=51646@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).