Skip to content
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

ModuleNotFoundError: No module named 'unicode_data' in coverage.py #723

Open
Topofme opened this issue Sep 9, 2022 · 0 comments
Open

ModuleNotFoundError: No module named 'unicode_data' in coverage.py #723

Topofme opened this issue Sep 9, 2022 · 0 comments

Comments

@Topofme
Copy link

Topofme commented Sep 9, 2022

environment :Python 3.9 in openEuler-22.03-LTS
nototools version:0 ;release:3
Traceback (most recent call last):
File "/usr/bin/notocoverage", line 33, in
sys.exit(load_entry_point('nototools==0.0.1', 'console_scripts', 'notocoverage')())
File "/usr/bin/notocoverage", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib64/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib64/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/usr/lib/python3.9/site-packages/nototools/coverage.py", line 25, in
import unicode_data
ModuleNotFoundError: No module named 'unicode_data'

@Topofme Topofme closed this as completed Sep 22, 2022
@Topofme Topofme reopened this Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant