我(试图)通过anaconda安装spyder5 (用于开发python程序)。启动spyder时,我会遇到两个依赖项失败: You have missing dependencies! #Mandatory: jedi =0.17.2:0.18.0 (NOK) parso =0.7.0:0.8.2 (NOK) 然而, conda list 答复如下: ... jedi 0.17.2 py38h06a4308_1 ... parso 0.7.0 py_ 浏览3提问于20...
Since the Spyder validation at runtime is expecting for pyslp to be >=1.7.2 you are getting the message about pylsp missing. Also, what do you think@ccordoba12, I think I have seen some other reports of this issue and after checking I think the reason seems like the one above ...
(OK) paramiko >=2.4.0 : 2.8.1 (OK) parso >=0.7.0;<0.9.0 : 0.8.3 (OK) 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.11.2 (OK) pylint >=2.5.0;<2.10.0 : 2.9.6 (OK) pyls_spyder >=0.4.0 : 0.4....
In the past, I have always installed Spyder-terminal and Spyder-notebook long after the initial Spyder installation. Member ccordoba12 commented Sep 12, 2022 But it is possible that I used: conda install spyder-terminal -c spyder-ide Yeah, you could have done that. I will try it again...
So, even if that allows you to run your code as expected, the Spyder interface (which runs in a different process) doesn't know about it. Hence, it's unable to find your classes and to display them through the Variable Explorer. ...
Important Note: Most or all of the dependencies listed below come withAnacondaand other scientific Python distributions, so you don't need to install them separately in those cases. When installing Spyder from its source package, the only requirement is to have a Python version greater than 2.7...
paramiko 2.7.2 py_0 parse 1.15.0 pypi_0 pypi parso 0.7.0 py_0 partd 1.1.0 py_0 path 15.0.0 py37_0 path.py 12.5.0 0 pathlib2 2.3.5 py37_1 pathtools 0.1.2 py_1 patsy 0.5.1 py37_0 pep8 1.7.1 py37_0 pexpect 4.8.0 py37_1 pickleshare 0.7.5 py37_1001 pillow 7.2.0 ...
Could you try uninstall the installer and choose an installation directory that is not already a python environment? Maybe this could be helpful for you too: https://docs.spyder-ide.org/current/faq.html#using-existing-environment The idea with the installer is to have an isolated environment ...
Spyder could work without some of these dependencies, however to have a smooth experience when using Spyder we strongly recommend you install all the listed missing dependencies. Failing to install the dependencies might result in bugs. Please make sure any bugs found are not the direct result of...
Note: you may need to restart the kernel to use updated packages. C:\Program Files\Spyder\Python\python.exe: No module named pip I have just installed Spyder 5.3.1, but it seems I have missing all the moduled installed...I do not know how to run again ...could be posible to retur...