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.

Spyder 5.0.2 and other python packages

See original GitHub issue

Issue Report Checklist

  • Searched the issues page for similar reports
  • Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Reinstalled the latest version of Anaconda
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

I have Spyder installed via Anconda. Version of spyder was 5.0. I have installed many python packages like pyvisa and is working fine. As Spyder 5.0.2 is not available in Anaconda, Installed stand-alone version of spyder 5.0.2. But in the spyder 5.0.2, I am not able to use packages like pyvisa etc. How to install these packages so that I can use it with Spyder 5.0.2.

What steps reproduce the problem?

What is the expected output? What do you see instead?

Paste Traceback/Error Below (if applicable)


PASTE TRACEBACK HERE

Versions

  • Spyder version:
  • Python version:
  • Qt version:
  • PyQt version:
  • Operating System name/version:

Dependencies

PASTE DEPENDENCIES HERE

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
leyojosephcommented, May 11, 2021

Thanks a lot…conda install -c conda-forge spyder=5.0.2 worked!!. Now I am enjoying all of new features of 5.0.2 version…

0reactions
steff456commented, May 12, 2021

Hi @leyojoseph,

Right now we are waiting for Anaconda to publish 5.0.2 in the defaults channel, if you want to upgrade via anaconda please use conda install -c conda-forge spyder. If you are interested on using our installers, you will need to create a new environment with all the packages you need and spyder-kernels and then link to that interpreter in preferences.

I’m glad that you could resolve this issue with other users! I’m closing this issue and thank you for reporting 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation Guide — Spyder 5 documentation
Spyder is included in the WinPython scientific Python distribution, along with many other common numerical computing and data analysis packages. You can use ......
Read more >
Use existing Python packages with Spyder 5 - Puneet Panwar
Use existing Python packages with Spyder 5 ; Step-1: Add path of Python installation to PYTHONPATH manager of Spyder ; Step 2: Change...
Read more >
Installation of Python, Spyder, Numpy, Sympy, Scipy, Pytest ...
Python distributions provide the Python interpreter, together with a list of Python packages and sometimes other related tools, such as editors.
Read more >
How to instal Python packages for Spyder - Stack Overflow
step 1. First open Spyder and click Tools --> Open command prompt. ... Spyder is a package too, you can install packages using...
Read more >
spyder - PyPI
Overview. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It...
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