Joel-Haeberli commented on issue #20971:
URL: https://github.com/apache/superset/issues/20971#issuecomment-1209689782

   Hi @ishansinghania 
   
   It would be easier to analyze your issue if you could supply a small 
description how exactly you're installing superset. However I was running into 
a similar problem a few days ago. Two things that helped me to resolve the 
issue were:
   
   1. Created venv with Version 3.9.13 (superset checks this at some point and 
fails if not 3.8 or 3.9 is used. I had 3.10 installed and it failed)
   2. Installed packages which are declared here 
https://github.com/apache/superset/blob/17b58037f85dfb9db68167484d6afe5bda8f4f1c/RELEASING/Dockerfile.from_local_tarball#L32-L33
   
   Since it looks like a C compiler problem, I would try 2. first. Also I have 
to say that I'm running gcc and not clang as you are and the error in the 
output looks like your compiler cannot handle the thing called 'faltivec' 
(maybe you have to enable it to support this feature) -> read your output-error 
to see how this works :)
   
   Maybe this helps you a little...


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

Reply via email to