selva221724 / pypostalwin

libpostal wrapper python package for windows
MIT License
13 stars 5 forks source link

win error #12

Open prateetimehtajain opened 1 year ago

prateetimehtajain commented 1 year ago
parser = pypostalwin.AddressParser()

File "C:\Users\prate\AppData\Local\Programs\Python\Python310\lib\site-packages\pypostalwin.py", line 42, in init self.process = Popen(self.exePath, shell=False, universal_newlines=True, File "C:\Users\prate\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\prate\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1440, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified

can you help resolve this

selva221724 commented 1 year ago

https://github.com/selva221724/pypostalwin/issues/3 This can help you to solve the issue , you don't have the address parser bundle downloaded in your C location !! let me know if that works !! cheers