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 2019/08/03 22:00:19 UTC

[GitHub] [incubator-superset] richdevboston opened a new issue #7982: Windows 10 installation still fails

richdevboston opened a new issue #7982: Windows 10 installation still fails
URL: https://github.com/apache/incubator-superset/issues/7982
 
 
   Please don't tell me that "Superset is not supported on Windows" !!  This is a Python toolset and is supposed to be cross-platform.  
   "Not supported on Windows" is an unacceptable cop-out.  (Yes, I do appreciate all the great work the community is doing, I just don't like using Unix for Python work.  
   
   When I follow the instructions, I get the same failure errors when it goes to build the Superset and Geohash packages.  All the other packages build successfully.  I've already installed the Visual C++ v14 compiler runtime inside Visual Studio 2019, by selecting the VC++ 14 workload.  
   
   How do we correctly build these 2 packages Superset and Geohash so the rest of the Superset installation works?  Can these be built separately after all the other packages are built successfully?   
   
   I get three major errors, 
   
   1) "fatal: not a git repository (or any of the parent directories): .git"
   2) "copying build\lib\superset\static\assets\dist\vendors-deckgl\layers\arc-deckgl\layers\geojson-deckgl\layers\grid-deckgl\layers\hex-deckgl\layers\p-39b91eb9.81565bc93ff56be4e334.chunk.js -> build\bdist.win-amd64\wheel\.\superset\static\assets\dist\vendors-deckgl\layers\arc-deckgl\layers\geojson-deckgl\layers\grid-deckgl\layers\hex-deckgl\layers
     error: could not create 'build\bdist.win-amd64\wheel\.\superset\static\assets\dist\vendors-deckgl\layers\arc-deckgl\layers\geojson-deckgl\layers\grid-deckgl\layers\hex-deckgl\layers\p-39b91eb9.81565bc93ff56be4e334.chunk.js': No such file or directory
   
   3)  src/geohash.cpp(528): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
     c:\programdata\anaconda3\envs\superset\include\pyconfig.h(222): fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory
     error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2
     ----------------------------------------
     ERROR: Failed building wheel for python-geohash
     Running setup.py clean for python-geohash
   Failed to build superset python-geohash
   Installing collected packages: python-geohash, simplejson, sqlparse, rfc3986, unicodecsv, xlrd, jsonlines, linear-tsv, et-xmlfile, jdcal, openpyxl, cchardet, ijson, tabulator, tableschema, thrift, pure-sasl, thrift-sasl, unidecode, superset
     Running setup.py install for python-geohash ... error
       ERROR: Command errored out with exit status 1:
        command: 'C:\ProgramData\Anaconda3\envs\superset\python.exe' 
   
   ```
   Building wheels for collected packages: superset, python-geohash
     Building wheel for superset (setup.py) ... error
     ERROR: Command errored out with exit status 1:
      command: 'C:\ProgramData\Anaconda3\envs\superset\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\lysak\\AppData\\Local\\Temp\\pip-install-aayicj11\\superset\\setup.py'"'"'; __file__='"'"'C:\\Users\\lysak\\AppData\\Local\\Temp\\pip-install-aayicj11\\superset\\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\lysak\AppData\Local\Temp\pip-wheel-gs1bvxrp' --python-tag cp36
          cwd: C:\Users\lysak\AppData\Local\Temp\pip-install-aayicj11\superset\
     Complete output (2687 lines):
     fatal: not a git repository (or any of the parent directories): .git
     -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-
     VERSION: 0.28.1
     GIT SHA:
   ```
   
   ```
     copying build\lib\superset\static\assets\dist\vendors-deckgl\layers\arc-deckgl\layers\geojson-deckgl\layers\grid-deckgl\layers\hex-deckgl\layers\p-39b91eb9.81565bc93ff56be4e334.chunk.js -> build\bdist.win-amd64\wheel\.\superset\static\assets\dist\vendors-deckgl\layers\arc-deckgl\layers\geojson-deckgl\layers\grid-deckgl\layers\hex-deckgl\layers
     error: could not create 'build\bdist.win-amd64\wheel\.\superset\static\assets\dist\vendors-deckgl\layers\arc-deckgl\layers\geojson-deckgl\layers\grid-deckgl\layers\hex-deckgl\layers\p-39b91eb9.81565bc93ff56be4e334.chunk.js': No such file or directory
     ----------------------------------------
     ERROR: Failed building wheel for superset
     Running setup.py clean for superset
     Building wheel for python-geohash (setup.py) ... error
     ERROR: Command errored out with exit status 1:
      command: 'C:\ProgramData\Anaconda3\envs\superset\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\lysak\\AppData\\Local\\Temp\\pip-install-aayicj11\\python-geohash\\setup.py'"'"'; __file__='"'"'C:\\Users\\lysak\\AppData\\Local\\Temp\\pip-install-aayicj11\\python-geohash\\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\lysak\AppData\Local\Temp\pip-wheel-pvih8dfx' --python-tag cp36
          cwd: C:\Users\lysak\AppData\Local\Temp\pip-install-aayicj11\python-geohash\
     Complete output (22 lines):
   ```
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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