[Bug 233321] devel/py-pip: ModuleNotFoundError: no module named xml (py36-pip)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 20 02:57:42 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233321
Kubilay Kocak <koobs at 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 at FreeBSD.org,
| |python at FreeBSD.org
Keywords| |needs-qa
Status|New |Open
--- Comment #1 from Kubilay Kocak <koobs at 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the freebsd-python
mailing list