sunmingtao / sample-code

3 stars 4 forks source link

Python coverage.py: unable to import coverage module #12

Closed sunmingtao closed 5 years ago

sunmingtao commented 5 years ago

nose.plugins.cover: ERROR: Coverage not available: unable to import coverage module

sunmingtao commented 5 years ago

pip3 install coverage Use which coverage to check it's installed to 'virtual environment' like anaconda3, or the system python environment.

(base) msun-penalty-shootout (master)\ =>which coverage
coverage is /Users/msun/anaconda3/bin/coverage
coverage is /usr/local/bin/coverage