Home > other >  Using a superset Error Was unable to import superset Error: No module named 'flask_compress
Using a superset Error Was unable to import superset Error: No module named 'flask_compress

Time:11-20

From yesterday is installed in a virtual environment superset has all kinds of error, and test one morning this morning, now the question is:

(env) E: \ vir_env \ supetset \ env \ Lib> Fabmanager create - admin - app superset
fabmanager is going to be deprecated in 2.2 X, you can use the same commands on
The improved 'flask fab & lt; Command> '
The Username (admin) : * * * * *
The User first name (admin) : * * * * *
The User last name [User] : * * * * *
Email ([email protected]) : * * * *
Password:
Repeat for confirmation:
Was unable to import superset Error: No module named 'flask_compress

Every time is so

When I after reshipment flask, mistake again like this:
Repeat for confirmation:
The Was unable to import superset Error: No module named 'celery'

Baidu a morning online, also didn't solve this problem, hope everyone know to streamline teach, thank you

CodePudding user response:

PIP install celery

CodePudding user response:

@ hendelyson, thank you for your answer,
Already PIP install celery
But still suggest No module named 'celery'

CodePudding user response:

Brother, solved?? I am now on Linux installation also appears in the problem

CodePudding user response:

The
reference
& gt; The Was unable to import superset Error: No module named 'flask_compress

Mean lack of flask_compress

Do you a Google search under
No module named flask_compress
Find the
Pit - Carrie& installation superset tread; - blog garden
https://www.cnblogs.com/carriezhangyan/p/11084211.html
Python Error: No module named flask_compress
https://nomodulenamed.com/m/flask_compress
Ubuntu16 deployment under the apache superset trips to guide the pit (welfare) - zhihu
https://zhuanlan.zhihu.com/p/111295100

So you try:

 PIP install Flask_Compress 


If not, try to install a particular version:
 PIP install "Flask_Compress==1.4.0" 


The
reference
& gt; The Was unable to import superset Error: No module named 'celery'

Meaning: celery
So he went to install

 PIP install celery 


Should be able to solve the problem

CodePudding user response:

Visual data platform Superset on pit road | yards farmers home
https://www.codenong.com/cs106328344/
Say is:
reference
"the fourth hole: the Was unable to import superset Error: No module named 'flask_compress'
Solution: PIP install Flask - Compress "


Words, if is:
The
reference
No module named 'XXX'


The idea is: to install the lack of library

 PIP install XXX 


Can, unless there are other problems, can solve the problem,
  • Related