Spyder 5.0.2 and other python packages
See original GitHub issueIssue 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
(orpip
, 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:
- Created 2 years ago
- Comments:7 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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…
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 andspyder-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 😃