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.

How to use already installed modules and environments with Spyder on Windows?

See original GitHub issue

Description

What steps will reproduce the problem?

pip list 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 return to the previous version ?

Versions

  • Spyder version: 5.3.1
  • Python version: 3.8.10
  • Qt version: 5.15.2
  • PyQt5 version: 5.15.6
  • 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                  :  2.1.0 (OK)
cookiecutter >=1.6.0                 :  1.7.3 (OK)
diff_match_patch >=20181111          :  20200713 (OK)
intervaltree                         :  None (OK)
IPython >=7.31.1;<8.0.0              :  7.33.0 (OK)
jedi >=0.17.2;<0.19.0                :  0.18.1 (OK)
jellyfish >=0.7                      :  0.9.0 (OK)
jsonschema >=3.2.0                   :  4.5.1 (OK)
keyring >=17.0.0                     :  23.5.1 (OK)
nbconvert >=4.0                      :  6.5.0 (OK)
numpydoc >=0.6.0                     :  1.3.1 (OK)
paramiko >=2.4.0                     :  2.11.0 (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.9.1 (OK)
pygments >=2.0                       :  2.12.0 (OK)
pylint >=2.5.0                       :  2.13.9 (OK)
pyls_spyder >=0.4.0                  :  0.4.0 (OK)
pylsp >=1.4.1;<1.5.0                 :  1.4.1 (OK)
pylsp_black >=1.2.0                  :  1.2.1 (OK)
qdarkstyle >=3.0.2;<3.1.0            :  3.0.3 (OK)
qstylizer >=0.1.10                   :  0.2.1 (OK)
qtawesome >=1.0.2                    :  1.1.1 (OK)
qtconsole >=5.3.0;<5.4.0             :  5.3.0 (OK)
qtpy >=2.1.0                         :  2.1.0 (OK)
rtree >=0.9.7                        :  1.0.0 (OK)
setuptools >=49.6.0                  :  62.3.2 (OK)
sphinx >=0.6.6                       :  4.5.0 (OK)
spyder_kernels >=2.3.1;<2.4.0        :  2.3.1 (OK)
textdistance >=4.2.0                 :  4.2.2 (OK)
three_merge >=0.1.1                  :  0.1.1 (OK)
watchdog                             :  2.1.8 (OK)
zmq >=22.1.0                         :  23.0.0 (OK)

# Optional:
cython >=0.21                        :  0.29.30 (OK)
matplotlib >=3.0.0                   :  3.5.2 (OK)
numpy >=1.7                          :  1.22.4 (OK)
pandas >=1.1.1                       :  1.4.2 (OK)
scipy >=0.17.0                       :  1.8.1 (OK)
sympy >=0.7.3                        :  1.10.1 (OK)

# Spyder plugins:
spyder_terminal.terminalplugin 1.2.2 :  1.2.2 (OK)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
haravenacommented, Jun 30, 2022

Sure!, thanks again!

On Thu, Jun 30, 2022 at 3:00 PM Daniel Althviz Moré < @.***> wrote:

Closed #18480 https://github.com/spyder-ide/spyder/issues/18480 as completed.

— Reply to this email directly, view it on GitHub https://github.com/spyder-ide/spyder/issues/18480#event-6913316178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQDWN47ZDR2YJPFRH5AOD73VRXVGNANCNFSM52GDNSYQ . You are receiving this because you were mentioned.Message ID: @.***>

1reaction
haravenacommented, Jun 29, 2022

I have downloaded from https://github.com/spyder-ide/spyder/releases

On Wed, Jun 29, 2022 at 4:15 PM Daniel Althviz Moré < @.***> wrote:

I would then suggest as you say to try to uninstall the standalone Spyder installation and install it again. Also, from where did you downladed that version?

Another approach could be to directly install spyder in the new env that was created. For that, from an Anaconda prompt, run something like this:

conda activate spyder-packages conda install -c conda-forge spyder spyder

With that you will install and launch Spyder from the created env

— Reply to this email directly, view it on GitHub https://github.com/spyder-ide/spyder/issues/18480#issuecomment-1170451825, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQDWN46NPEMVUYD7QLERZNTVRSVFTANCNFSM52GDNSYQ . You are receiving this because you were mentioned.Message ID: @.***>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Frequently Asked Questions — Spyder 5 documentation
From the command line: Type spyder in your terminal (or Anaconda prompt on Windows). · From Anaconda Navigator: Scroll to Spyder under Home,...
Read more >
Spyder FAQ: How do I use additional packages if I ... - YouTube
In this video, you will learn how to use an extra package within Spyder if you downloaded it using the standalone installers.
Read more >
How to manage projects and Environments using ... - LinkedIn
Create a virtual environment. · Activate it. Pip install the modules required. · Open spyder, and modify the python interpreter location. · Create ......
Read more >
Adding a module (Specifically pymorph) to Spyder (Python IDE)
Ok, no one has answered this yet but I managed to figure it out and get it working after also posting on the...
Read more >
5 Steps : Setup Python Virtual environment in Spyder IDE
Under the Scripts directory, there will be an activate batch script as shown in the above figure. Run the activate batch script to...
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