You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: dlopen(/Users/ryAn/.../lib/python2.7/site-packages/lxml/etree.so, 2):
Library not loaded: libxml2.2.dylib
Referenced from: /Users/ryAn/.../lib/python2.7/site-packages/lxml/etree.so
Reason: Incompatible library version: etree.so requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0
Used in the Python 2.7.6 REPL, following the example in the README, this error comes up upon attempting to run the line SummarizeUrl(url).
The module was installed using pip inside a virtualenv.
The text was updated successfully, but these errors were encountered:
Used in the Python 2.7.6 REPL, following the example in the README, this error comes up upon attempting to run the line
SummarizeUrl(url)
.The module was installed using
pip
inside avirtualenv
.The text was updated successfully, but these errors were encountered: