[spyder] Re: Sincnet

2023-11-10 Thread Daniel Althviz Moré
Hi Dino, If you want to use an specific package, outside the ones that come bundled with the Spyder installer, you will need to create a Python environment with your package installed, along side a compatible version of the *spyder-kernels* package, and set the Python environment interpreter

[spyder] Re: Spyder version of Python

2023-11-10 Thread Daniel Althviz Moré
Hi Jeff, To run code using a Python 3.12 interpreter I think the only option for the moment is to use a custom interpreter or to do a installation via pip. Regarding the issue you have when trying to use the custom interpreter option, not completly sure but from the mention of an invalid path,

[spyder] Re: LSP very slow

2023-11-10 Thread Daniel Althviz Moré
Hi, We recently released Spyder 5.5.0, could it be possible for you to update to that version and check again? Also, could you try to restart the Python language server and see if that helps? For more info on how to do the restart you can check the Spyder docs Common Illnesses page: Common

[spyder] Re: terminal error

2023-11-10 Thread Daniel Althviz Moré
Hi, This error/message comes from the *spyder-terminal* plugin: Terminal server could not be located · Issue #336 · spyder-ide/spyder-terminal (github.com) If you are using Spyder from the installers and you don't use the

[spyder] How can I install Numba for Spyder?

2023-11-10 Thread Fausto A. A. Barbuto
Hello, Spyder imported every library I tried so far, except Numba. An error pops out. Yet Numpy, Matplotlib and several other packages can be imported without problems. I also observed that Python's "regular" packages and Spyder's are installed on different locations. Example: Python: >>> import