tianyang-abc commented on issue #9488:
URL: https://github.com/apache/superset/issues/9488#issuecomment-2658363063

   > 这个问题实际是由于初始化需要的数据是用github下载的,而在中国大陆访问有限制导致下载失败,如果你对python比较熟悉的话,不难调查出此问题。 
![image](https://user-images.githubusercontent.com/15245112/92353655-676b9d80-f113-11ea-9461-82b6b0b3ff30.png)
 
解决办法就是是墙外从github下载样例数据,将数据在本地启动一个http文件服务,修改BASE_URL为本地地址即可,启动方式可以了解下python的内置库http.server,或者其他工具也可以
   
   
   同样遇到大陆防火墙的困扰,我的解决办法:
   1. 使用自有vpn。
   2. 检查 github.com 和 raw.githubusercontent.com 两个域名的DNS,不行就直接写死。
   3. 使用proxychains解决python request()默认不使用代理设置环境变量问题。例如:proxychains superset 
load_examples
   
   💯大家开心


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