SemanticSearchInNumpy icon indicating copy to clipboard operation
SemanticSearchInNumpy copied to clipboard

Trying to run example

Open gannodg opened this issue 11 years ago • 2 comments

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?

gannodg avatar Oct 16 '13 04:10 gannodg

Try running with python 2.7. It works fine.

iamprakashom avatar Feb 24 '18 07:02 iamprakashom

is there any changes that needs to be done in this to work with python 3.7?

anshumankaku avatar Dec 20 '19 11:12 anshumankaku