titipata / affiliation_parser

Simple python parser for MEDLINE, Pubmed OA affiliation string
37 stars 15 forks source link

Error in importing pars_affil and match_affil #7

Open msminit opened 6 years ago

msminit commented 6 years ago

I'm trying to import both pars_affil and match_affil and it shows the following error:

` File "C:\Users\Mine\Anaconda3\lib\subprocess.py", line 1224, in _execute_child startupinfo)

FileNotFoundError: [WinError 2]The system cannot find the file specified`

I am a Windows User

titipata commented 6 years ago

Hi @msminit! Thanks for reporting. So seems like the error is from these line https://github.com/titipata/affiliation_parser/blob/master/affiliation_parser/matcher.py#L14-L22 when you download the affiliation file for matching. I'm currently traveling and will check it soon!