Is it possible to use the PyPy interpreter in Spyder on Windows 10?
up vote
2
down vote
favorite
I'm looking to run pypy using spyder on Windows 10. I'm not sure if this is possible or even makes sense to do, but I'm used to using spyder to run python programs so I wanted to also use it to run pypy. I tried chaning the interpreter in tools->preferences->python interpreter to C:/PyPy/pypy.exe but that gives me the warning that I selected an invalid python interpreter for the console. Any ideas on what else I need to do to make this possible? Any comments would be appreciated.
python spyder pypy
add a comment |
up vote
2
down vote
favorite
I'm looking to run pypy using spyder on Windows 10. I'm not sure if this is possible or even makes sense to do, but I'm used to using spyder to run python programs so I wanted to also use it to run pypy. I tried chaning the interpreter in tools->preferences->python interpreter to C:/PyPy/pypy.exe but that gives me the warning that I selected an invalid python interpreter for the console. Any ideas on what else I need to do to make this possible? Any comments would be appreciated.
python spyder pypy
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm looking to run pypy using spyder on Windows 10. I'm not sure if this is possible or even makes sense to do, but I'm used to using spyder to run python programs so I wanted to also use it to run pypy. I tried chaning the interpreter in tools->preferences->python interpreter to C:/PyPy/pypy.exe but that gives me the warning that I selected an invalid python interpreter for the console. Any ideas on what else I need to do to make this possible? Any comments would be appreciated.
python spyder pypy
I'm looking to run pypy using spyder on Windows 10. I'm not sure if this is possible or even makes sense to do, but I'm used to using spyder to run python programs so I wanted to also use it to run pypy. I tried chaning the interpreter in tools->preferences->python interpreter to C:/PyPy/pypy.exe but that gives me the warning that I selected an invalid python interpreter for the console. Any ideas on what else I need to do to make this possible? Any comments would be appreciated.
python spyder pypy
python spyder pypy
asked Nov 12 at 1:19
CSforStructuralEngineer
617
617
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
(Spyder maintainer here) This is not possible at moment, for the following reasons:
- We require a Python interpreter and doesn't accept PyPy as an option in
Tools > Preferences > Python interpreter
(as you pointed out). - There are no Pyzmq wheels for PyPy on Windows, only macOS. Pyzmq is the only binary package required to run Jupyter kernels (all the rest are pure Python), but without it our IPython consoles can't work.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
(Spyder maintainer here) This is not possible at moment, for the following reasons:
- We require a Python interpreter and doesn't accept PyPy as an option in
Tools > Preferences > Python interpreter
(as you pointed out). - There are no Pyzmq wheels for PyPy on Windows, only macOS. Pyzmq is the only binary package required to run Jupyter kernels (all the rest are pure Python), but without it our IPython consoles can't work.
add a comment |
up vote
2
down vote
accepted
(Spyder maintainer here) This is not possible at moment, for the following reasons:
- We require a Python interpreter and doesn't accept PyPy as an option in
Tools > Preferences > Python interpreter
(as you pointed out). - There are no Pyzmq wheels for PyPy on Windows, only macOS. Pyzmq is the only binary package required to run Jupyter kernels (all the rest are pure Python), but without it our IPython consoles can't work.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
(Spyder maintainer here) This is not possible at moment, for the following reasons:
- We require a Python interpreter and doesn't accept PyPy as an option in
Tools > Preferences > Python interpreter
(as you pointed out). - There are no Pyzmq wheels for PyPy on Windows, only macOS. Pyzmq is the only binary package required to run Jupyter kernels (all the rest are pure Python), but without it our IPython consoles can't work.
(Spyder maintainer here) This is not possible at moment, for the following reasons:
- We require a Python interpreter and doesn't accept PyPy as an option in
Tools > Preferences > Python interpreter
(as you pointed out). - There are no Pyzmq wheels for PyPy on Windows, only macOS. Pyzmq is the only binary package required to run Jupyter kernels (all the rest are pure Python), but without it our IPython consoles can't work.
answered Nov 12 at 2:39
Carlos Cordoba
13.1k23866
13.1k23866
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53254882%2fis-it-possible-to-use-the-pypy-interpreter-in-spyder-on-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown