bzmatteo72 edited a comment on issue #11765:
URL: 
https://github.com/apache/incubator-superset/issues/11765#issuecomment-734933905


   Hello Shkrupii,
   I have implemented all the changes you've recommended, Please see the 
superset_config.py file (with the overrides only)
   
[superset_config_NEW.txt](https://github.com/apache/incubator-superset/files/5609062/superset_config_NEW.txt)
   
   This is my export PATH:
   
/home/matteo/env/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/matteo/python-environments/env/lib/python3.7/site-packages/superset
   
   Now when i run "superset init" command (or any otehr command like superset 
db upgrade, etc.) I get this new error message:
   
   (env) matteo@mbalzarotti-NB:~$ superset init
   Traceback (most recent call last):
     File "/home/matteo/env/bin/superset", line 5, in <module>
       from superset.cli import superset
     File "/home/matteo/env/lib/python3.7/site-packages/superset/__init__.py", 
line 21, in <module>
       from superset.app import create_app
     File "/home/matteo/env/lib/python3.7/site-packages/superset/app.py", line 
20, in <module>
       from typing import Any, Callable, Dict
     File 
"/home/matteo/python-environments/env/lib/python3.7/site-packages/superset/typing.py",
 line 17, in <module>
       from typing import Any, Callable, Dict, List, Optional, Sequence, Tuple, 
Union
   ImportError: cannot import name 'Any' from 'typing' 
(/home/matteo/python-environments/env/lib/python3.7/site-packages/superset/typing.py)
   
   Do you know by chance what is this error?
   Thanks&Regards
   Matteo
   


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

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