-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
When the dynamic library generated by rules_python depends on python.so, but this does not seem to be the system's python dynamic library, how can the two be unified?
Traceback (most recent call last):
File "/workspaces/pycyber/pycyber/examples/listener.py", line 23, in <module>
from pycyber import cyber
File "/home/vscode/.local/lib/python3.10/site-packages/pycyber/cyber.py", line 39, in <module>
_CYBER = importlib.import_module('_cyber_wrapper')
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: libpython3.11.so.1.0: cannot open shared object file: No such file or directory