Closed viking714 closed 4 years ago
Issue-Label Bot is automatically applying the label #bug
to this issue, with a confidence of 0.52. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Just curious -> Did you run 'pip install -e .' from the root directory.
Just curious -> Did you run 'pip install -e .' from the root directory.
yes, I have ran this command already and it's ok.
Have anyone meet this problem?
It happened with me once. i just deleted the superset folder within site-packeges folder and re installed superset in development mode.
It happened with me once. i just deleted the superset folder within site-packeges folder and re installed superset in development mode.
Thank you very much, but I can't find the folder site-packeges and all the program is in superset folder now,maybe the folder structure has been changed.
The problem has fixd,thank you. It's because I installed the superset before. but after I uninstall the superset, I enconter a new problem when I run "fabmanager create-admin --app superset".
(newSuperSet) E:\Project\incubator-superset\new\incubator-superset-master\superset>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
Step1:Install - "pip install virtualenv" Step2: Create VM- "py -m venv your_env_name" or "python -m venv your_env_name" or just create environment using conda Step3:Activate -"your_env_name\Scripts\activate" Step4:Downlaod- python-geohash wheel with compitable version from the link:https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-geohash Step5:Install the python-geohash library "pip install python-geohash directory" step6:anaconda prompt -"pip install superset" step7:# Create an admin user (you will be prompted to set username, first and last name before setting a password) by typing this- "fabmanager create-admin --app superset" step8: type -"cd your_env_name/Scripts" Step8:python superset db upgrade Step9:python superset load_examples step10:python superset init step11:python superset run -p 8088 --with-threads --reload --debugger
After installation, you should be able to point your browser to the right hostname:port http://localhost:8088
superset running
Anaconda prompt
Step1:Install - "pip install virtualenv" Step2: Create VM- "py -m venv your_env_name" or "python -m venv your_env_name" or just create environment using conda Step3:Activate -"your_env_name\Scripts\activate" Step4:Downlaod- python-geohash wheel with compitable version from the link:https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-geohash Step5:Install the python-geohash library "pip install python-geohash directory" step6:anaconda prompt -"pip install superset" step7:# Create an admin user (you will be prompted to set username, first and last name before setting a password) by typing this- "fabmanager create-admin --app superset" step8: type -"cd your_env_name/Scripts" Step8:python superset db upgrade Step9:python superset load_examples step10:python superset init step11:python superset run -p 8088 --with-threads --reload --debugger
After installation, you should be able to point your browser to the right hostname:port http://localhost:8088
superset running
Thank you very much about your answer,it's a very good answer.Thank you very much again.
ImportError: cannot import name 'superset'
I want to program on windows 10, and I have install the packages need, change the sof link as mklink /J "E:\incubator-superset\superset\static\assets" "E:\incubator-superset\superset\assets".After "fabmanager create-admin --app superset", I create a user.And then I move into the directory "superset/bin", run "python superset db upgrade".At this point I enconter a error as follow: (superSet) E:\Project\incubator-superset\incubator-superset-master\superset\bin>python superset db upgrade 2019-11-26 22:41:42,632:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> Traceback (most recent call last): File "superset", line 18, in
from superset.cli import superset
ImportError: cannot import name 'superset'
I debug it ,but still can't find out what's wrong about the problem.Can anyone help to conquer the problem.Thank you very much.