https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233321

Kubilay Kocak <ko...@freebsd.org> changed:

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

--- Comment #1 from Kubilay Kocak <ko...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to