-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"pip install postal" #69
Comments
It says the latter part of the error, try doing that one. error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/ Try downloading it here: |
I have quite the same but installed build tools already. Collecting postal
|
Hello Team,
pip install postal on windows gives me error as below
D:>pip install postal
Collecting postal
Using cached postal-1.1.9.tar.gz (19 kB)
Requirement already satisfied: six in c:\users\rohit.singh\appdata\roaming\python\python38\site-packages (from postal) (1.15.0)
Using legacy 'setup.py install' for postal, since package 'wheel' is not installed.
Installing collected packages: postal
Running setup.py install for postal ... error
ERROR: Command errored out with exit status 1:
command: 'd:\software\python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\rohit.singh\AppData\Local\Temp\pip-install-x1n0x4jp\postal\setup.py'"'"'; file='"'"'C:\Users\rohit.singh\AppData\Local\Temp\pip-install-x1n0x4jp\postal\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\rohit.singh\AppData\Local\Temp\pip-record-8cxlaxb2\install-record.txt' --single-version-externally-managed --compile --install-headers 'd:\software\python\Include\postal'
cwd: C:\Users\rohit.singh\AppData\Local\Temp\pip-install-x1n0x4jp\postal
Complete output (29 lines):
WARNING: The wheel package is not available.
running install
running build
running build_py
creating build
creating build\lib.win32-3.8
creating build\lib.win32-3.8\postal
copying postal\dedupe.py -> build\lib.win32-3.8\postal
copying postal\expand.py -> build\lib.win32-3.8\postal
copying postal\near_dupe.py -> build\lib.win32-3.8\postal
copying postal\normalize.py -> build\lib.win32-3.8\postal
copying postal\parser.py -> build\lib.win32-3.8\postal
copying postal\tokenize.py -> build\lib.win32-3.8\postal
copying postal\token_types.py -> build\lib.win32-3.8\postal
copying postal_init_.py -> build\lib.win32-3.8\postal
creating build\lib.win32-3.8\postal\tests
copying postal\tests\test_expand.py -> build\lib.win32-3.8\postal\tests
copying postal\tests\test_parser.py -> build\lib.win32-3.8\postal\tests
copying postal\tests_test_near_dupes.py -> build\lib.win32-3.8\postal\tests
copying postal\tests_init_.py -> build\lib.win32-3.8\postal\tests
creating build\lib.win32-3.8\postal\utils
copying postal\utils\encoding.py -> build\lib.win32-3.8\postal\utils
copying postal\utils\enum.py -> build\lib.win32-3.8\postal\utils
copying postal\utils\omitted.py -> build\lib.win32-3.8\postal\utils
copying postal\utils_init_.py -> build\lib.win32-3.8\postal\utils
copying postal\pyutils.h -> build\lib.win32-3.8\postal
running build_ext
building 'postal._expand' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'd:\software\python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\rohit.singh\AppData\Local\Temp\pip-install-x1n0x4jp\postal\setup.py'"'"'; file='"'"'C:\Users\rohit.singh\AppData\Local\Temp\pip-install-x1n0x4jp\postal\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\rohit.singh\AppData\Local\Temp\pip-record-8cxlaxb2\install-record.txt' --single-version-externally-managed --compile --install-headers 'd:\software\python\Include\postal' Check the logs for full command output.
The text was updated successfully, but these errors were encountered: