ruchaka commented on issue #7982:
URL: https://github.com/apache/superset/issues/7982#issuecomment-1357281722
Getting Error while installing Geohash : 'stdio.h': No such file or
directory
Error as below------------------------
Installing collected packages: python-geohash, pymeeus,
korean-lunar-calendar, convertdate, backoff, holidays, flask-caching,
apache-superset
Running setup.py install for python-geohash ... error
error: subprocess-exited-with-error
× Running setup.py install for python-geohash did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
running install
c:\apache_superset\venv\lib\site-packages\setuptools\command\install.py:34:
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip
and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-38
copying geohash.py -> build\lib.win-amd64-cpython-38
copying quadtree.py -> build\lib.win-amd64-cpython-38
copying jpgrid.py -> build\lib.win-amd64-cpython-38
copying jpiarea.py -> build\lib.win-amd64-cpython-38
running build_ext
building '_geohash' extension
creating build\temp.win-amd64-cpython-38
creating build\temp.win-amd64-cpython-38\Release
creating build\temp.win-amd64-cpython-38\Release\src
"C:\Program Files (x86)\Microsoft Visual
Studio\2022\BuildTools\VC\Tools\MSVC\14.34.31933\bin\HostX86\x64\cl.exe" /c
/nologo /O2 /W3 /GL /DNDEBUG /MD -DPYTHON_MODULE=1
-Ic:\apache_superset\venv\include -IC:\Python38\include -IC:\Python38\Include
"-IC:\Program Files (x86)\Microsoft Visual
Studio\2022\BuildTools\VC\Tools\MSVC\14.34.31933\include" "-IC:\Program Files
(x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" /EHsc
/Tpsrc/geohash.cpp /Fobuild\temp.win-amd64-cpython-38\Release\src/geohash.obj
geohash.cpp
src/geohash.cpp(2): fatal error C1083: Cannot open include file:
'stdio.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual
Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.34.31933\\bin\\HostX86\\x64\\cl.exe'
failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem
with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> python-geohash
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Manually installation of the wheel is not working for Windows 10 64-bit.
Please suggest the solution for this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]