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

IImportError #101

Open
ak47werttyydd opened this issue Jun 30, 2023 · 0 comments
Open

IImportError #101

ak47werttyydd opened this issue Jun 30, 2023 · 0 comments

Comments

@ak47werttyydd
Copy link

Python 3.11.3 (main, May 15 2023, 15:45:52) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import taso
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/ruochen/anaconda3/envs/taso3/lib/python3.11/site-packages/taso-0.1.0-py3.11-linux-x86_64.egg/taso/__init__.py", line 1, in <module>
    from .core import *
ImportError: /home/ruochen/anaconda3/envs/taso3/lib/libtaso_runtime.so: undefined symbol: _ZN6google8protobuf8internal16InternalMetadataD1Ev

It seems like the problem is with protobuf. I install protobuf in a conda environment, on which conda environment taso is installed

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