UChicago-Coase-Sandor / pacer_lib

http://pacer-lib.readthedocs.org/
9 stars 11 forks source link

Unable to import scraper or reader package #21

Open rubychanfrey8 opened 1 year ago

rubychanfrey8 commented 1 year ago

When I run the line import pacer_lib.scraper, I get an error that it's missing a parenthesis around a print function in the scraper code:

File ~\AppData\Local\anaconda3\envs\nyfd\lib\site-packages\pacer_lib\scraper.py:104 print "Warning: You are not searching for a case number." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Same with the reader: File ~\AppData\Local\anaconda3\envs\nyfd\lib\site-packages\pacer_lib\reader.py:628 print file, content ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

As far as I can tell those are just tiny syntax errors. I tried to fix them locally but I don't think the changes were able to be imported. Any word?