Kernel running well on Python 3.9 for Spyder 4.2 but the title of app still showing 3.7?
See original GitHub issueProblem Description
unsure if there will be any issues as the app doesn’t look “pretty” with the wording on the top left as shown with 3.7 instead of the default.
What steps reproduce the problem?
-
installed kernels using pip install on my current path
C:\Users\<myusername>\AppData\Local\Programs\Python\Python39\python.exe
-
Previously, GitBash, navigate with cd into the intended path directory as above, and typed
pip install spyder-kernels==1.10.00
-
after installation have managed to see that the installer worked well with my Spyder IDE running on the interpreter meant for Python 3.9 but…
What is the expected output? What do you see instead?
Can I ask with my interpreter set to the path as mentioned for the python version 3.9 is this the right way of doing so? please take note that I am not using Anaconda as I have moved away from it after several strange encounters with package managements.
Paste Traceback/Error Below (if applicable)
no traceback thus far
PASTE TRACEBACK HERE
Versions
- Spyder version: 4.2.0 None
- Python version: 3.7.9 64-bit
- Qt version: 5.12.9
- PyQt5 version: 5.12.3
- Operating System: Windows 10
Dependencies
PASTE DEPENDENCIES HERE
Mandatory:
atomicwrites >=1.2.0 : 1.4.0 (OK) chardet >=2.0.0 : 3.0.4 (OK) cloudpickle >=0.5.0 : 1.6.0 (OK) diff_match_patch >=20181111 : 20200713 (OK) intervaltree : None (OK) IPython >=4.0 : 7.19.0 (OK) jedi =0.17.2 : 0.17.2 (OK) jsonschema >=3.2.0 : 3.2.0 (OK) nbconvert >=4.0 : 6.0.7 (OK) numpydoc >=0.6.0 : 1.1.0 (OK) paramiko >=2.4.0 : 2.7.2 (OK) parso =0.7.0 : 0.7.0 (OK) pexpect >=4.4.0 : 4.8.0 (OK) pickleshare >=0.4 : 0.7.5 (OK) psutil >=5.3 : 5.7.3 (OK) pygments >=2.0 : 2.7.2 (OK) pylint >=1.0 : 2.6.0 (OK) pyls >=0.36.1;<1.0.0 : 0.36.1 (OK) pyls_black >=0.4.6 : 0.4.6 (OK) pyls_spyder >=0.1.1 : 0.1.1 (OK) qdarkstyle >=2.8 : 2.8.1 (OK) qtawesome >=0.5.7 : 1.0.1 (OK) qtconsole >=4.7.7 : 4.7.7 (OK) qtpy >=1.5.0 : 1.9.0 (OK) setuptools >=39.0.0 : 50.3.2 (OK) sphinx >=0.6.6 : 3.3.0 (OK) spyder_kernels >=1.10.0;<1.11.0 : 1.10.0 (OK) three_merge >=0.1.1 : 0.1.1 (OK) watchdog : None (OK) zmq >=17 : 19.0.2 (OK)
Optional:
cython >=0.21 : 0.29.21 (OK) matplotlib >=2.0.0 : 3.3.2 (OK) numpy >=1.7 : 1.19.4 (OK) pandas >=1.1.1 : 1.1.4 (OK) scipy >=0.17.0 : 1.5.4 (OK) sympy >=0.7.3 : 1.6.2 (OK)
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (8 by maintainers)
Top GitHub Comments
Thanks for chiming in @dalthviz! I’ll implement that right away.
I agree, but only for the Windows and Mac apps. It’s still useful if you install Spyder in multiple envs.
@dalthviz, @mrclary, what do you think?