Daniel Althviz Moré

Results 552 comments of Daniel Althviz Moré

Hi @thangleiter thank you for the feedback and thank you for describing your use case and possible ideas to improve the Help pane functionality in such a clear way! I...

Hi @Pavun-KumarCH thank you for the feedback! Seems like inside your data a `2` is being represented with a `'₂'` which generates a `ValueError` over the logic used to parse...

@ccordoba12 should we close this or maybe is worthy to further investigate/add a way to handle this kind of error?

Since still no handling has been implement for this kind of error (variables could end up with data that can trigger an error when trying to construct a graphical representation...

Hi @bero4sc thank you for the feedback! Could you try to create a Python virtual env with `venv` and check if that helps? Seems to me that this could be...

Awesome @bero4sc ! Thank you for letting us know that creating the env helped! My guess regarding the need to create a env is that in a standalone Python installation...

After checking this for a while I think the console showing the error message comes from the logic used to validate that `spyder-kernels` via the `get_module_version` utility function: https://github.com/spyder-ide/spyder/blob/b47304aec1134eaaf09d8b9363ec67352707538b/spyder/utils/programs.py#L989-L1019 The...

Hi @ilberi thank you for the report! This seems like a duplicate of https://github.com/spyder-ide/spyder/issues/21781 A fix for this was part of Spyder release 5.5.2. To update to 5.5.2 and more...

Closing as a duplicate of https://github.com/spyder-ide/spyder/issues/21781

Hi @windprince thank you for the feedback! Seems like you are running under a conda environment with the name `pyspark`? Maybe over that env you have installed `matplotlib` and `pandas`...