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

undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE #60

Open
barseghyanartur opened this issue Dec 2, 2019 · 0 comments
Open

undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE #60

barseghyanartur opened this issue Dec 2, 2019 · 0 comments

Comments

@barseghyanartur
Copy link

In [2]: from scurl import urlparse                                                                                                                    
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-2-a0b8582bdd7c> in <module>
----> 1 from scurl import urlparse

~/.virtualenvs/myenv/lib/python3.6/site-packages/scurl/__init__.py in <module>
     13 _original_urlparse = urlparse
     14 
---> 15 from scurl.cgurl import urlsplit, urljoin, urlparse
     16 """
     17 TODO: find some way to not import parse_url

ImportError: /home/user/.virtualenvs/myenv/lib/python3.6/site-packages/scurl/cgurl.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE

System: Ubuntu 16.04
Python 3.6

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