SemanticSearchInNumpy
SemanticSearchInNumpy copied to clipboard
Trying to run example
I am trying to follow along with your example and have run into an issue. I'm running Python 3.3.2 and get the following error when trying to do this step: python extractDocs.py "<full_path_to_stack_exchange_dump>/posts.xml". Specifically, I get this error:
File "extractDocs.py", line 35 print resp.read() #TODO do someting smarter
Any idea what might be causing this?
Try running with python 2.7. It works fine.
is there any changes that needs to be done in this to work with python 3.7?