Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:RISCV
python310
import_failed.py
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File import_failed.py of Package python310
import sys, os from sysconfig import get_path failed_map_path = os.path.join(get_path('stdlib'), '_import_failed', 'import_failed.map') if __spec__: failed_name = __spec__.name else: failed_name = __name__ with open(failed_map_path) as fd: for line in fd: package = line.split(':')[0] imports = line.split(':')[1] if failed_name in imports: raise ImportError(f"""Module '{failed_name}' is not installed. Use: sudo zypper install {package} to install it.""") raise ImportError(f"""Module '{failed_name}' is not installed. It is supposed to be part of python3 distribution, but missing from failed import map. Please file a bug on the SUSE Bugzilla.""")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor