-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spyder kernel error #21479
Comments
Hey @Roony0708, thanks for reporting. How did you install Python 3.12? We need to know that to let you know what's the best way to solve this problem. |
Yes, it is installed
…On Tue, Oct 31, 2023, 23:43 Carlos Cordoba ***@***.***> wrote:
Hey @Roony0708 <https://github.com/Roony0708>, thanks for reporting. How
did you install Python 3.12?
We need to know that to let you know what's the best way to solve this
problem.
—
Reply to this email directly, view it on GitHub
<#21479 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDUWYO2MPLDKVU4LEODHHKTYCE5UBAVCNFSM6AAAAAA6X5S34OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBXG4ZTMNRTGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sure, I understand that. But I'm asking you how you installed it: did you download it from python.org? Or did you use Anaconda/Miniconda instead? Or something else? |
I installed it directly from python .org, after that I changed the default
python of Spyder to python 3.12 interpreter because spyder has 3.8 version
then after changing it started showing kernel error and saying to install
kernel either through conda or using pip I aslo installed the kernel
version which is 2.4.4 but it still showing error I also uninstall python
as well as spyder and re install both but same was the situation.
…On Thu, Nov 2, 2023, 04:30 Carlos Cordoba ***@***.***> wrote:
Sure, I understand that. But I'm asking you how you installed it: did you
download it from python.org <https://www.python.org/>? Or did you use
Anaconda/Miniconda instead? Or something else?
—
Reply to this email directly, view it on GitHub
<#21479 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDUWYO27DHBHSQD4UMZ2423YCLIBFAVCNFSM6AAAAAA6X5S34OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBZHAYDKNZZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Also another fact is I tried to install pycharm also but in pycharm
everything is working fine and the python interpreter 3.12 is also working
in it not showing any error then why spyder having kernel problem
|
Ok, and where did you install it? In |
I installed it in C;/ program files
And when I am opening my command prompt and typing python it is showing
version of 3.12 and I then check pip using pip list there it is showing
spyder kernels 2.4.4 then also it is showing kernel error and one more
point that I was working fine when I installed spyder for first time all
codes was executing with python version 3.12 but then when I opened it
another time it started showing kernel error.
…On Thu, Nov 2, 2023, 22:24 Carlos Cordoba ***@***.***> wrote:
I installed it directly from python .org
Ok, and where did you install it? In C:\Program Files or a similar
directory?
—
Reply to this email directly, view it on GitHub
<#21479 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDUWYO4DMEEPVNDAHIF75FDYCPF3DAVCNFSM6AAAAAA6X5S34OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRGEYTEOBVGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ok, that means that you're affected by issue #20968, which we don't know how to fix yet. For now the workaround for that problem is to open a terminal as Administrator and run there again
Let us know if that works for you. |
I used this command 'pip install spyder-kernels==2.4.4' several times
always it says requirements satisfied,but I found the solution of kernel
error I uninstall both spyder and python 3.12 and install Anaconda their i
launch spyder there also it was showing same kernel error but then I opened
ipython conda terminal and I used 'conda install spyder' and I closed
spyder IDE and when I again opened it it worked fine.
…On Thu, Nov 2, 2023, 22:48 Carlos Cordoba ***@***.***> wrote:
I installed it in C;/ program files
Ok, that means that you're affected by issue #20968
<#20968>, which we don't know
how to fix yet.
For now the workaround for that problem is to open a terminal as
Administrator and run there again
pip install spyder-kernels==2.4.4
Let us know if that works for you.
—
Reply to this email directly, view it on GitHub
<#21479 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDUWYO7PUHABFD5EBUEYGALYCPIU5AVCNFSM6AAAAAA6X5S34OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRGE3DEOJYG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Then open a terminal as your regular user and run there
And after open a new terminal as Admistrator and run again:
|
Closing due to lack of response. |
Description
What steps will reproduce the problem?
i installed spyder IDE also i have latest python verson 3.12 but the spyder is showing"an error ocurred while starting the kernel" even if i have the spyder kernel showing in my pip list as "spyder kernel = 2.4.4" and if i am trying to run the pip install in spyder ide terminal it is showing error of no matching distributation found for spyder but in my windows terminal i have installed the spyder kernel.
please give me any suggertion how do i fix it..
Versions
Dependencies
The text was updated successfully, but these errors were encountered: