We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System: Ubuntu 16.04
Python 3.6
The text was updated successfully, but these errors were encountered: