Re: [spyder] Using PyPy with Spyder-IDE

2023-05-22 Thread Erdoğan Peker
Thanks again <3 Carlos Córdoba , 22 May 2023 Pzt, 18:22 tarihinde şunu yazdı: > Hi, > > Yeah, it should be possible now. You need to install the Spyder-kernels > package on your PyPy environment using pip: > > pip install spyder-kernels > > and then connect to it to Spyder as described here: > >

Re: [spyder] Using PyPy with Spyder-IDE

2023-05-22 Thread Carlos Córdoba
Hi, Yeah, it should be possible now. You need to install the Spyder-kernels package on your PyPy environment using pip: |pip install spyder-kernels | and then connect to it to Spyder as described here: http://docs.spyder-ide.org/current/faq.html#using-existing-environment Cheers, Carlos

[spyder] Using PyPy with Spyder-IDE

2023-05-22 Thread Thomas Willert
Hi Carlos, in an old conversion on stackoverflow ( https://stackoverflow.com/questions/53254882/is-it-possible-to-use-the-pypy-interpreter-in-spyder-on-windows-10) you said, Spyder-IDE can't run with PyPy because of missing Pyzmq wheels for PyPy on Windows. Actually there are Pyzmq wheels for