lethehoa commented on issue #32477:
URL: https://github.com/apache/superset/issues/32477#issuecomment-2696223269

   I'm upgrade from 2.1.0 to 4.1.1
   I'm running Superset on docker, so I perform: superset db upgrade & superset 
init, still got the error.
   Btw, I did workaround by these command (Build new image with base superset):
   
   `sed -i "s|from collections|from collections.abc|g" 
/usr/local/lib/python3.10/site-packages/mo_parsing/results.py;
   sed -i "s|from collections|from collections.abc|g" 
/usr/local/lib/python3.10/site-packages/mo_parsing/helpers.py;
   `
   Not sure if those working in longterm but solve my problem
   
   > What version of Superset are you upgrading from? You may need to install 
additional dependencies before running the db upgrade. Please refer to the 
upgrade guide if you haven't already: 
https://superset.apache.org/docs/installation/upgrading-superset/
   
   


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

To unsubscribe, e-mail: [email protected]

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