-
Notifications
You must be signed in to change notification settings - Fork 80
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
ImportError for coverage.report.Reporter on AppVeyor #77
Comments
Having the same issue with Github Action. Did you find a solution? Edit: found solution in #74. You have to install |
Yes, I found the same solution. |
Same problem on Travis. |
These exceptions are not specific to AppVeyor and still occur today. Executing within GitHubActions workflow with Py 3.8, 3.9, 3.10, 3.11 and installation from conda-forge:
Here's an Exception trace from one of the workflows.
The coverage package reports that It is To avoid this problem now, should we pin Summary: Do not install coverage and coveralls with conda, use pip. And do not install python-coveralls at the same time. |
The text was updated successfully, but these errors were encountered: