Was unable to import superset Error: cannot import name 'quoted_name'

Error 1: Was unable to import superset Error: cannot import name 'quoted_name'

When I tried to create an administrator account I got this error: Was unable to import superset Error: cannot import name 'quoted_name'

fabmanager create-admin --app superset

You can run the following command:

wget raw.githubusercontent.com/apache/incubator-superset/master/requirements.txt

pip install -r requirements.txt

Error 2: OSError: [Errno 48] Address already in use

When I tried to start a development web server on port 8088 I got this error: OSError: [Errno 48] Address already in use

superset runserver -d

You can kill the processes using the port by the following command or change to another port.
Show the list of processes using the port:

 sudo lsof -i:5000

Use the id on the PID column to terminate the process:

 kill 379 #use the provided PID

Note:

  • python 3.6
  • macOS
  • 2019.1.14

转载于:https://www.cnblogs.com/iwangwei/p/10373292.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值