Summary: | devel/py-pip: ModuleNotFoundError: no module named xml (py36-pip) | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Bogdan Artyushenko <bogdan.artyushenko> |
Component: | Individual Port(s) | Assignee: | Walter Schwarzenfeld <w.schwarzenfeld> |
Status: | Closed Feedback Timeout | ||
Severity: | Affects Only Me | CC: | koobs, python, w.schwarzenfeld |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Bogdan Artyushenko
2018-11-19 14:27:24 UTC
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. Is this still relevant? Feedback timeout! Please, reopen if there still problems. |