question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

in your file "\Lib\site-packages\spyder\dependencies.py", change line 66

See original GitHub issue

in your file “\Lib\site-packages\spyder\dependencies.py”, change line 66

from SPYDER_KERNELS_REQVER = '>=2.0.1,<2.1.0'

to SPYDER_KERNELS_REQVER = '>=2.0.1;<2.1.0'

and it will be fine

_Originally posted by @stonebig in https://github.com/spyder-ide/spyder/issues/15091#issuecomment-812848088_

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ccordoba12commented, Apr 5, 2021

Also, a new version with this fix will be available later today.

0reactions
Jacques2101commented, Apr 5, 2021

I downgraded to 4.2.5 version and I have now this error message. The same as with version 5.0 no ?

I go there to get spyder 4.2.5 : https://github.com/spyder-ide/spyder/releases

Capture d’écran 2021-04-05 à 19 29 08
Read more comments on GitHub >

github_iconTop Results From Across the Web

spyder-kernels problem with Spyder 5 · Issue #15091
in your file "\Lib\site-packages\spyder\dependencies.py", change line 66. from. SPYDER_KERNELS_REQVER = '>=2.0.1,<2.1.0'.
Read more >
How to convert CRLF to LF on a Windows machine in Python
Here is a short Python script for directly converting Windows line endings to Linux/Unix/MacOS line endings. The script works in-place, i.e., without creating ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found