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 2020/04/16 12:20:12 UTC

[GitHub] [incubator-superset] kumarprahlad opened a new issue #9558: Running setup.py install for python-geohash ... error

kumarprahlad opened a new issue #9558: Running setup.py install for python-geohash ... error
URL: https://github.com/apache/incubator-superset/issues/9558
 
 
   Running setup.py install for python-geohash ... error
       ERROR: Command errored out with exit status 1:
        command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-nhtndi9s/python-geohash/setup.py'"'"'; __file__='"'"'/tmp/pip-install-nhtndi9s/python-geohash/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-wzqmtao9/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.6m/python-geohash
            cwd: /tmp/pip-install-nhtndi9s/python-geohash/
       Complete output (16 lines):
       running install
       running build
       running build_py
       creating build
       creating build/lib.linux-x86_64-3.6
       copying geohash.py -> build/lib.linux-x86_64-3.6
       copying quadtree.py -> build/lib.linux-x86_64-3.6
       copying jpgrid.py -> build/lib.linux-x86_64-3.6
       copying jpiarea.py -> build/lib.linux-x86_64-3.6
       running build_ext
       building '_geohash' extension
       creating build/temp.linux-x86_64-3.6
       creating build/temp.linux-x86_64-3.6/src
       gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYTHON_MODULE=1 -I/usr/include/python3.6m -c src/geohash.cpp -o build/temp.linux-x86_64-3.6/src/geohash.o
       unable to execute 'gcc': No such file or directory
       error: command 'gcc' failed with exit status 1
       ----------------------------------------
   ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-nhtndi9s/python-geohash/setup.py'"'"'; __file__='"'"'/tmp/pip-install-nhtndi9s/python-geohash/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-wzqmtao9/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.6m/python-geohash Check the logs for full command output.
   

----------------------------------------------------------------
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


[GitHub] [incubator-superset] dpgaspar commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #9558: Running setup.py install for python-geohash ... error
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-614671028
 
 
   Seems like you need gcc first:
   ```
   unable to execute 'gcc': No such file or directory
   error: command 'gcc' failed with exit status 1
   ```
   
   https://superset.apache.org/installation.html#os-dependencies
   

----------------------------------------------------------------
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


[GitHub] [incubator-superset] kumarprahlad commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
kumarprahlad commented on issue #9558: Running setup.py install for python-geohash ... error
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-614618275
 
 
   unable to implement requirement and other commands it keep on showing this error.

----------------------------------------------------------------
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


[GitHub] [incubator-superset] kumarprahlad commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
kumarprahlad commented on issue #9558: Running setup.py install for python-geohash ... error
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-615089495
 
 
   tried gcc installations commands it is showing :
   
   No package build-essential available.
   No package libssl-dev available.
   No package libffi-dev available.
   No package python-dev available.
   No package libsasl2-dev available.
   No package libldap2-dev available.
   Nothing to do
   

----------------------------------------------------------------
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


[GitHub] [incubator-superset] rajeshkorandla commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
rajeshkorandla commented on issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-629199364


   @mistercrunch  this is what I have - gcc version 4.8.5 20150623 (Red Hat 4.8.5-39.0.3) (GCC) 


----------------------------------------------------------------
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



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


[GitHub] [incubator-superset] willbarrett commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-667201866


   Awesome. Closing.


----------------------------------------------------------------
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



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


[GitHub] [incubator-superset] rajeshkorandla commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
rajeshkorandla commented on issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-628991950


   @dpgaspar, I have the same issue and I have installed the OS dependencies. Any help with 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.

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


[GitHub] [incubator-superset] willbarrett commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-649543867


   This appears to be an error with the `python-geohash` dependency related to your environment. I recommending reaching out at https://github.com/hkwi/python-geohash for support.


----------------------------------------------------------------
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



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


[GitHub] [incubator-superset] mistercrunch edited a comment on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
mistercrunch edited a comment on issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-629012860


   Well you'll need gcc, you can test whether you have gcc installed with`gcc -v`.


----------------------------------------------------------------
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



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


[GitHub] [incubator-superset] mistercrunch commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
mistercrunch commented on issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-629012860


   Well you'll need gcc, you can test whether you have gcc installed with`$ gcc -v`.


----------------------------------------------------------------
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



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


[GitHub] [incubator-superset] mstainsbury commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
mstainsbury commented on issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-649463172


   I also have this problem. I have attached the error output. gcc is installed.
   [Apache Superset install error.txt](https://github.com/apache/incubator-superset/files/4830727/Apache.Superset.install.error.txt)
   


----------------------------------------------------------------
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



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


[GitHub] [incubator-superset] willbarrett closed issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
willbarrett closed issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558


   


----------------------------------------------------------------
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



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


[GitHub] [incubator-superset] leonardogmachado commented on issue #9558: Running setup.py install for python-geohash ... error

Posted by GitBox <gi...@apache.org>.
leonardogmachado commented on issue #9558:
URL: https://github.com/apache/incubator-superset/issues/9558#issuecomment-658904680


   I got this error in CentOS and python 3.6
   
   I solved this after installed the OS dependencies (changing to python3):
   
   sudo yum install gcc gcc-c++ libffi-devel **python3**-devel **python3**-pip **python3**-wheel openssl-devel cyrus-sasl-devel openldap-devel
   


----------------------------------------------------------------
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



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