Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 02:57:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 233321] devel/py-pip: ModuleNotFoundError: no module named xml (py36-pip)
Message-ID:  <bug-233321-21822-8dzMrdKNMY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233321-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233321-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233321

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|py-pip:  (FLAVOR 36)        |devel/py-pip:
                   |modulenotfounderror xml     |ModuleNotFoundError: no
                   |                            |module named xml (py36-pip)
                 CC|                            |koobs@FreeBSD.org,
                   |                            |python@FreeBSD.org
           Keywords|                            |needs-qa
             Status|New                         |Open

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Thank you for your report Bogdan

xml is a Python standard library module provided by lang/python* packages. =
The
error appears to indicate a corrupt or modified system Python installation =
or
environment.

Can you please provide, as attachments:

- pkg version -v output
- details of your package configuration (pkg/FreeBSD.conf)
- A full/recursive list (ls -Rla) of the contents of /usr/local/lib/python3=
.6

I would also try, to refresh the installation:

1) pkg delete -f python36 py36-pip
2) pkg update -f
3) pkg install python36 py36-pip

Note also that using pip (as root) to install, update or manage packages in=
 the
*system* Python environment is unsupported, which is described in the pip
pkg-message upon installation.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233321-21822-8dzMrdKNMY>