You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/02/02 07:28:57 UTC

[GitHub] [superset] hasanshan commented on issue #7982: Windows 10 installation still fails

hasanshan commented on issue #7982:
URL: https://github.com/apache/superset/issues/7982#issuecomment-1027656713


   
   Get following error : error C1083: Cannot open include file: 'stdio.h': No such file or directory
   
   
   ERROR: Command errored out with exit status 1:
      command: 'c:\users\901418\appdata\local\programs\python\python39\myenv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\901418\\AppData\\Local\\Temp\\pip-req-build-tpz4ba73\\setup.py'"'"'; __file__='"'"'C:\\Users\\901418\\AppData\\Local\\Temp\\pip-req-build-tpz4ba73\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\901418\AppData\Local\Temp\pip-wheel-6x6_3cze'
          cwd: C:\Users\901418\AppData\Local\Temp\pip-req-build-tpz4ba73\
     Complete output (18 lines):
     running bdist_wheel
     running build
     running build_py
     creating build
     creating build\lib.win-amd64-3.9
     copying geohash.py -> build\lib.win-amd64-3.9
     copying quadtree.py -> build\lib.win-amd64-3.9
     copying jpgrid.py -> build\lib.win-amd64-3.9
     copying jpiarea.py -> build\lib.win-amd64-3.9
     running build_ext
     building '_geohash' extension
     creating build\temp.win-amd64-3.9
     creating build\temp.win-amd64-3.9\Release
     creating build\temp.win-amd64-3.9\Release\src
     D:\Programs\MSVisualStudio2022\VC\Tools\MSVC\14.30.30705\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPYTHON_MODULE=1 -Ic:\users\901418\appdata\local\programs\python\python39\myenv\include -IC:\Users\901418\AppData\Local\Programs\Python\Python39\include -IC:\Users\901418\AppData\Local\Programs\Python\Python39\include -ID:\Programs\MSVisualStudio2022\VC\Tools\MSVC\14.30.30705\ATLMFC\include -ID:\Programs\MSVisualStudio2022\VC\Tools\MSVC\14.30.30705\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um /EHsc /Tpsrc/geohash.cpp /Fobuild\temp.win-amd64-3.9\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 'D:\\Programs\\MSVisualStudio2022\\VC\\Tools\\MSVC\\14.30.30705\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
     ----------------------------------------
     ERROR: Failed building wheel for python-geohash
     Running setup.py clean for python-geohash
   Failed to build python-geohash
   Installing collected packages: python-geohash
       Running setup.py install for python-geohash ... error
       ERROR: Command errored out with exit status 1:
        command: 'c:\users\901418\appdata\local\programs\python\python39\myenv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\901418\\AppData\\Local\\Temp\\pip-req-build-tpz4ba73\\setup.py'"'"'; __file__='"'"'C:\\Users\\901418\\AppData\\Local\\Temp\\pip-req-build-tpz4ba73\\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\901418\AppData\Local\Temp\pip-record-rwlqhw7h\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\901418\appdata\local\programs\python\python39\myenv\include\site\python3.9\python-geohash'
            cwd: C:\Users\901418\AppData\Local\Temp\pip-req-build-tpz4ba73\
       Complete output (18 lines):
       running install
       running build
       running build_py
       creating build
       creating build\lib.win-amd64-3.9
       copying geohash.py -> build\lib.win-amd64-3.9
       copying quadtree.py -> build\lib.win-amd64-3.9
       copying jpgrid.py -> build\lib.win-amd64-3.9
       copying jpiarea.py -> build\lib.win-amd64-3.9
       running build_ext
       building '_geohash' extension
       creating build\temp.win-amd64-3.9
       creating build\temp.win-amd64-3.9\Release
       creating build\temp.win-amd64-3.9\Release\src
       D:\Programs\MSVisualStudio2022\VC\Tools\MSVC\14.30.30705\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPYTHON_MODULE=1 -Ic:\users\901418\appdata\local\programs\python\python39\myenv\include -IC:\Users\901418\AppData\Local\Programs\Python\Python39\include -IC:\Users\901418\AppData\Local\Programs\Python\Python39\include -ID:\Programs\MSVisualStudio2022\VC\Tools\MSVC\14.30.30705\ATLMFC\include -ID:\Programs\MSVisualStudio2022\VC\Tools\MSVC\14.30.30705\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um /EHsc /Tpsrc/geohash.cpp /Fobuild\temp.win-amd64-3.9\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 'D:\\Programs\\MSVisualStudio2022\\VC\\Tools\\MSVC\\14.30.30705\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
       ----------------------------------------
   ERROR: Command errored out with exit status 1: 'c:\users\901418\appdata\local\programs\python\python39\myenv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\901418\\AppData\\Local\\Temp\\pip-req-build-tpz4ba73\\setup.py'"'"'; __file__='"'"'C:\\Users\\901418\\AppData\\Local\\Temp\\pip-req-build-tpz4ba73\\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\901418\AppData\Local\Temp\pip-record-rwlqhw7h\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\901418\appdata\local\programs\python\python39\myenv\include\site\python3.9\python-geohash' Check the logs for full command output.
   
   
   Please update:


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org