-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ModuleNotFoundError: No module named 'py.xml'; 'py' is not a package #11347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That issue shows a stacktrace of a pytest-html version that's older than what you have, so I doubt you see that exact issue (which isn't a pytest issue anyways). Please show the exact full output you're getting. |
|
This looks like the old distro package is breaking the user installed newer version I recommend using virtualenv to protect yourself from distro breakage |
It works fine with By the way, how do I deactivate a |
By using |
when installing pytest 3.4.1 pytes-html is downgraded pytest-dev/pytest#11347 (comment)
when installing pytest 3.4.1 pytes-html is downgraded pytest-dev/pytest#11347 (comment)
I am able to reproduce #10428
pytest 7.4.0
Reproduced on Linux Mint and on Fedora 37
pip3 list
on Linux Mint:pip list
from the virtual environment you are usingThe text was updated successfully, but these errors were encountered: