spyder ide is showing error after new 4.0.0b1 update. Please help.
(Spyder maintainer here) To fix this error, please open an Anaconda Prompt and run there
conda update jedi parso
For me
conda update jedi parso
didn't fix the issue but I managed to resolve it by running with Admin rights the following commands sequentially in the Anaconda Prompt:
pip uninstall jedi
pip uninstall parso
pip install parso==0.5.2
pip install jedi==0.15.2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With