google-deepmind / google-deepmind/tree
Error when `import tree`
- Dominant language
- Python
- Stars
- 1k
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
```
Python 3.10.2 (main, Jan 15 2022, 19:56:27) [GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tree
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.10/site-packages/tree/__init__.py", line 23, in
from .sequence import _is_attrs
File "/usr/lib/python3.10/site-packages/tree/sequence.py", line 19, in
from tree import _tree
ImportError: /usr/lib/python3.10/site-packages/tree/_tree.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN4absl12lts_2021032420raw_logging_internal6RawLogENS0_11LogSeverityEPKciS4_z
```
Contributor guide
Assessment
This issue has not been assessed yet.