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.

Missing Dependances

See original GitHub issue

Description

What steps will reproduce the problem?

Can’t run anything! I checked to see if the mentioned depandances are present and they are there. I looked on the Group forums and this seems to be a common issue and not fixed.

Traceback

Traceback (most recent call last):
  File "C:\Program Files\Spyder\pkgs\spyder\plugins\editor\plugin.py", line 2701, in stop_debugging
    self.main.ipyconsole.stop_debugging()
  File "C:\Program Files\Spyder\pkgs\spyder\plugins\ipythonconsole\plugin.py", line 910, in stop_debugging
    sw.stop_debugging()
  File "C:\Program Files\Spyder\pkgs\spyder\plugins\ipythonconsole\widgets\debugging.py", line 367, in stop_debugging
    self.pdb_execute_command("exit")
  File "C:\Program Files\Spyder\pkgs\spyder\plugins\ipythonconsole\widgets\debugging.py", line 252, in pdb_execute_command
    echo_stack_entry=False, add_history=False)
  File "C:\Program Files\Spyder\pkgs\spyder\plugins\ipythonconsole\widgets\debugging.py", line 293, in pdb_execute
    self.kernel_client.input(line)
AttributeError: 'NoneType' object has no attribute 'input'

Versions

  • Spyder version: 5.0.0
  • Python version: 3.7.9
  • Qt version: 5.12.10
  • PyQt5 version: 5.12.3
  • Operating System: Windows 10

Dependencies


# Mandatory:
atomicwrites >=1.2.0          :  1.4.0 (OK)
chardet >=2.0.0               :  4.0.0 (OK)
cloudpickle >=0.5.0           :  1.6.0 (OK)
cookiecutter >=1.6.0          :  1.7.2 (OK)
diff_match_patch >=20181111   :  20200713 (OK)
intervaltree                  :  None (OK)
IPython >=7.6.0               :  7.22.0 (OK)
jedi =0.17.2                  :  0.18.0 (NOK)
jsonschema >=3.2.0            :  3.2.0 (OK)
keyring >=17.0.0              :  23.0.1 (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.8.1 (NOK)
pexpect >=4.4.0               :  4.8.0 (OK)
pickleshare >=0.4             :  0.7.5 (OK)
psutil >=5.3                  :  5.8.0 (OK)
pygments >=2.0                :  2.8.1 (OK)
pylint >=1.0                  :  2.7.4 (OK)
pyls >=0.36.2;<1.0.0          :  0.36.2 (OK)
pyls_black >=0.4.6            :  0.4.6 (OK)
pyls_spyder >=0.3.2           :  0.3.2 (OK)
qdarkstyle =3.0.2             :  3.0.2 (OK)
qstylizer >=0.1.10            :  0.1.10 (OK)
qtawesome >=0.5.7             :  1.0.2 (OK)
qtconsole >=5.0.3             :  5.0.3 (OK)
qtpy >=1.5.0                  :  1.9.0 (OK)
rtree >=0.8.3                 :  0.9.4 (OK)
setuptools >=39.0.0           :  54.2.0 (OK)
sphinx >=0.6.6                :  3.5.3 (OK)
spyder_kernels >=2.0.1,<2.1.0 :  2.0.1 (NOK)
textdistance >=4.2.0          :  4.2.1 (OK)
three_merge >=0.1.1           :  0.1.1 (OK)
watchdog                      :  1.0.2 (OK)
zmq >=17                      :  22.0.3 (OK)

# Optional:
cython >=0.21                 :  0.29.22 (OK)
matplotlib >=2.0.0            :  3.4.1 (OK)
numpy >=1.7                   :  1.19.3 (OK)
pandas >=1.1.1                :  1.2.3 (OK)
scipy >=0.17.0                :  1.6.2 (OK)
sympy >=0.7.3                 :  1.7.1 (OK)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lawalls46commented, Apr 12, 2021

Thanks!

On Sat, Apr 10, 2021 at 4:03 PM Carlos Cordoba @.***> wrote:

Closed #15222 https://github.com/spyder-ide/spyder/issues/15222.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/spyder-ide/spyder/issues/15222#event-4577882748, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJ66L4QIOQOSSVF5ZUULL3TIC4LFANCNFSM42WCM2UA .

0reactions
ccordoba12commented, Apr 10, 2021

I’m going to close this issue because I don’t have any more feedback or suggestions for you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix missing dependencies ? - Power Platform Community
Hello guys,. When import my solution I have Missing dependencies like this : MissingDependencies> -<MissingDependency> <Required ...
Read more >
Resolving missing dependencies - Zendesk help
Understanding missing dependencies. A dependency is any reference in a business rule such as a trigger. It could be a group, an individual,...
Read more >
How do I install missing dependencies on my system?
Is there a command to go through all the installed packages, and make sure that all of their dependencies are also installed? If...
Read more >
Unresolved missing dependencies - Gearset Help Center
This problem analyzer helps you deploy missing dependencies from your deployment package. What triggers this problem analyzer?
Read more >
How to fix missing dependency warning when using useEffect ...
How to fix missing dependency warning when using useEffect React Hook · 23 Answers 23 · 1. (Stopped working) Use function as useEffect...
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