简体   繁体   English

ModuleNotFoundError: 没有名为“wtforms_json”的模块

[英]ModuleNotFoundError: No module named 'wtforms_json'

I am trying to install Apache Superset on EC2 but I get this error when I run this command: fabmanager create-admin --app superset我正在尝试在 EC2 上安装 Apache Superset,但在运行此命令时出现此错误:fabmanager create-admin --app superset

I am following the steps mentioned here: https://gist.github.com/philippkeller/dedd0ee8221f4b155592149d08a26248我正在按照这里提到的步骤操作: https : //gist.github.com/philippkeller/dedd0ee8221f4b155592149d08a26248

The instructions in the gist you are referencing are not official and/or maintained by the community.您引用的要点中的说明不是官方的和/或由社区维护的。 They appear to be dated as the proper pypi package is apache-superset (as in pip install apache-superset ).它们似乎过时了,因为正确的 pypi 包是apache-superset (如pip install apache-superset )。

Find the official installation documentation with installation instructions here: https://superset.apache.org/docs/intro在此处找到带有安装说明的官方安装文档: https : //superset.apache.org/docs/intro

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Aws Sagemaker - ModuleNotFoundError:没有名为“cv2”的模块 - Aws Sagemaker - ModuleNotFoundError: No module named 'cv2' ModuleNotFoundError:没有名为“草”的模块 | 地理信息系统 | 蟒蛇3 | CENTOS 7 - ModuleNotFoundError: No module named 'grass' | GRASS GIS | PYTHON3 | CENTOS 7 无法启动 Gunicorn,ModuleNotFoundError:没有名为“myproject.wsgi”的模块 - Cannot start Gunicorn, ModuleNotFoundError: No module named 'myproject.wsgi' "ModuleNotFoundError: No module named 'sklearn.linear_model._base' - 为什么在我的 ec2 ubuntu 云服务器上发现此错误?" - ModuleNotFoundError: No module named 'sklearn.linear_model._base' - Why found this error on my ec2 ubuntu cloud server? Centos - 没有名为 yum 的模块 - Centos - No module named yum ImportError:没有名为_mysql的模块 - ImportError: No module named _mysql 没有名为“virtualenvwrapper”的模块 - No module named 'virtualenvwrapper' Python virtualenv没有名为django的模块 - Python virtualenv no module named django ImportError:没有名为flask.ext.sqlalchemy的模块 - ImportError: No module named flask.ext.sqlalchemy 在亚马逊ec2 centOS上没有名为tkinter的模块 - No module named tkinter on amazon ec2 centOS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM